Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ede901

Browse files
sync with cpython 21764ec5
1 parenta451e38 commit3ede901

File tree

4 files changed

+513
-508
lines changed

4 files changed

+513
-508
lines changed

‎library/_thread.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version:Python 3.13\n"
99
"Report-Msgid-Bugs-To:\n"
10-
"POT-Creation-Date:2024-10-11 00:13+0000\n"
10+
"POT-Creation-Date:2024-10-12 00:13+0000\n"
1111
"PO-Revision-Date:2015-12-09 17:51+0000\n"
1212
"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -318,15 +318,18 @@ msgstr ""
318318
"`_thread.exit` 函式。"
319319

320320
#:../../library/_thread.rst:222
321+
#,fuzzy
321322
msgid""
322-
"It is not possible to interrupt the :meth:`~threading.Lock.acquire` method "
323-
"on a lock --- the :exc:`KeyboardInterrupt` exception will happen after the "
324-
"lock has been acquired."
323+
"It is platform-dependent whether the :meth:`~threading.Lock.acquire` method "
324+
"on a lock can be interrupted (so that the :exc:`KeyboardInterrupt` exception "
325+
"will happen immediately, rather than only after the lock has been acquired "
326+
"or the operation has timed out). It can be interrupted on POSIX, but not on "
327+
"Windows."
325328
msgstr""
326329
"無法在鎖的 :meth:`~threading.Lock.acquire` 方法上中斷執行, :exc:"
327330
"`KeyboardInterrupt` 例外會在鎖被獲取後發生。"
328331

329-
#:../../library/_thread.rst:226
332+
#:../../library/_thread.rst:228
330333
msgid""
331334
"When the main thread exits, it is system defined whether the other threads "
332335
"survive. On most systems, they are killed without executing :keyword:"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp