8000 [po] auto sync · python/python-docs-zh-cn@fec0a2c · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit fec0a2c

Browse files
[po] auto sync
1 parent 726d536 commit fec0a2c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "89.99%", "updated_at": "2024-01-24T16:10:13Z"}
1+
{"translation": "89.99%", "updated_at": "2024-01-25T07:09:02Z"}

c-api/init.po

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,6 +1531,11 @@ msgid ""
15311531
"``sys.stdin``, ``sys.stdout`` and ``sys.stderr`` (however these refer to the"
15321532
" same underlying file descriptors)."
15331533
msgstr ""
1534+
"新建一个子解释器。 这是一个 (几乎) 完全隔离的 Python 代码执行环境。 "
1535+
"特别需要注意,新的子解释器具有全部已导入模块的隔离的、独立的版本,包括基本模块 :mod:`builtins`, :mod:`__main__` 和 "
1536+
":mod:`sys` 等。 已加载模块表 (``sys.modules``) 和模块搜索路径 (``sys.path``) 也是隔离的。 新环境没有 "
1537+
"``sys.argv`` 变量。 它具有新的标准 I/O 流文件对象 ``sys.stdin``, ``sys.stdout`` 和 "
1538+
"``sys.stderr`` (不过这些对象都指向相同的底层文件描述符)。"
15341539

15351540
#: ../../c-api/init.rst:1210
15361541
msgid ""

0 commit comments

Comments
 (0)
0