File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ msgid ""
167167"stack size is the suggested approach in the absence of more specific "
168168"information)."
169169msgstr ""
170- "返回新建线程是用的堆栈大小 。可选参数 *size* "
170+ "返回新建线程时使用的堆栈大小 。可选参数 *size* "
171171"指定之后新建的线程的堆栈大小,而且一定要是0(根据平台或者默认配置)或者最小是32,768(32KiB)的一个正整数。如果*size*没有指定,默认是0。如果不支持改变线程堆栈大小,会抛出"
172172" :exc:`RuntimeError` 错误。如果指定的堆栈大小不合法,会抛出 :exc:`ValueError` "
173173"错误并且不会修改堆栈大小。32KiB是当前最小的能保证解释器足够堆栈空间的堆栈大小。需要注意的是部分平台对于堆栈大小会有特定的限制,例如要求大于32KiB的堆栈大小或者需要根据系统内存页面的整数倍进行分配"
Original file line number Diff line number Diff line change @@ -2054,7 +2054,7 @@ msgstr ":data:`stat.SF_SNAPSHOT`"
20542054#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:1631
20552055msgid ""
20562056"This function can support :ref:`not following symlinks <follow_symlinks>`."
2057- msgstr ""
2057+ msgstr "本函数支持 :ref:`不跟踪符号链接 <follow_symlinks>`。 "
20582058
20592059#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:1635
20602060msgid "The *follow_symlinks* argument."
You can’t perform that action at this time.
0 commit comments