@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.10\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2022-07-06 00:17+0000\n "
12
- "PO-Revision-Date : 2022-08-15 21:25 +0800\n "
12
+ "PO-Revision-Date : 2022-08-18 11:19 +0800\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -501,7 +501,7 @@ msgstr ""
501
501
msgid ""
502
502
"Can't you emulate threads in the interpreter instead of relying on an OS-"
503
503
"specific thread implementation?"
504
- msgstr ""
504
+ msgstr "為何不能在直譯器上模擬執行緒,而要使用作業系統的特定實作方式? "
505
505
506
506
#: ../../faq/design.rst:296
507
507
msgid ""
@@ -510,13 +510,18 @@ msgid ""
510
510
"almost random moments. Therefore, a complete threads implementation "
511
511
"requires thread support for C."
512
512
msgstr ""
513
+ "答案一:很不幸地,直譯器對每個 Python 的堆疊框 (stack frame) 會推至少一個 C "
514
+ "的堆疊框。同時,擴充套件可以隨時呼叫 Python,因此完整的實作必須要支援 C 的執"
515
+ "行緒。"
513
516
514
517
#: ../../faq/design.rst:301
515
518
msgid ""
516
519
"Answer 2: Fortunately, there is `Stackless Python <https://github.com/"
517
520
"stackless-dev/stackless/wiki>`_, which has a completely redesigned "
518
521
"interpreter loop that avoids the C stack."
519
522
msgstr ""
523
+ "答案二:幸運地,`無堆疊 (Stackless) Python <https://github.com/stackless-dev/"
524
+ "stackless/wiki>`_ 完全重新設計了直譯器迴圈,並避免了 C 堆疊。"
520
525
521
526
#: ../../faq/design.rst:306
522
527
msgid "Why can't lambda expressions contain statements?"
0 commit comments