File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- {"translation" : " 89.99%" , "updated_at" : " 2024-01-24T16:10:13Z " }
1
+ {"translation" : " 89.99%" , "updated_at" : " 2024-01-25T07:09:02Z " }
Original file line number Diff line number Diff line change @@ -1531,6 +1531,11 @@ msgid ""
1531
1531
"``sys.stdin``, ``sys.stdout`` and ``sys.stderr`` (however these refer to the"
1532
1532
" same underlying file descriptors)."
1533
1533
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`` (不过这些对象都指向相同的底层文件描述符)。"
1534
1539
1535
1540
#: ../../c-api/init.rst:1210
1536
1541
msgid ""
You can’t perform that action at this time.
0 commit comments