10000 Translate faq/library by skpanagiotis · Pull Request #575 · python/python-docs-el · GitHub
[go: up one dir, main page]

Skip to content

Translate faq/library #575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: 3.12
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update faq/library.po
Co-authored-by: George Margaritis <gmargaritis@protonmail.com>
  • Loading branch information
skpanagiotis and gmargaritis authored Feb 27, 2025
commit 99c26d9bdcbbf1f864e602a7b13294c7e983a503
2 changes: 1 addition & 1 deletion faq/library.po
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ msgid ""
"multi-threaded Python program effectively only uses one CPU, due to the "
"insistence that (almost) all Python code can only run while the GIL is held."
msgstr ""
"Ο :term:`global interpreter lock` (GIL) θεωρείται συχνά ως εμπόδιο για την "
"Το :term:`global interpreter lock` (GIL) θεωρείται συχνά ως εμπόδιο για την "
"ανάπτυξη της Python σε υψηλής τεχνολογίας μηχανήματα διακομιστών με "
"πολυεπεξεργαστές, επειδή ένα πρόγραμμα Python με πολλά νήματα χρησιμοποιεί "
"αποτελεσματικά μόνο μία CPU, λόγω της επιμονής ότι (σχεδόν) όλος ο κώδικας "
Expand Down
Loading
0