Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb790 commit 980052fCopy full SHA for 980052f
2 files changed
.stat.json
@@ -1 +1 @@
1
-{"translation": "90.63%", "updated_at": "2024-01-24T16:25:10Z"}
+{"translation": "90.63%", "updated_at": "2024-01-25T07:21:51Z"}
c-api/init.po
@@ -1629,6 +1629,11 @@ msgid ""
1629
"``sys.stdin``, ``sys.stdout`` and ``sys.stderr`` (however these refer to the"
1630
" same underlying file descriptors)."
1631
msgstr ""
1632
+"新建一个子解释器。 这是一个 (几乎) 完全隔离的 Python 代码执行环境。 "
1633
+"特别需要注意,新的子解释器具有全部已导入模块的隔离的、独立的版本,包括基本模块 :mod:`builtins`, :mod:`__main__` 和 "
1634
+":mod:`sys` 等。 已加载模块表 (``sys.modules``) 和模块搜索路径 (``sys.path``) 也是隔离的。 新环境没有 "
1635
+"``sys.argv`` 变量。 它具有新的标准 I/O 流文件对象 ``sys.stdin``, ``sys.stdout`` 和 "
1636
+"``sys.stderr`` (不过这些对象都指向相同的底层文件描述符)。"
1637
1638
#: ../../c-api/init.rst:1298
1639
msgid ""
0 commit comments