File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ msgid ""
4949"can cause memory access violations and immediate termination of the "
5050"interpreter."
5151msgstr ""
52+ "虽然本章所描述的函数会仔细检查传入对象的类型,但是其中许多函数不会检查传入的对象是否为 ``NULL``。 允许传入 ``NULL`` "
53+ "可能导致内存访问冲突和解释器的立即终止。"
5254
5355#: ../../c-api/concrete.rst:28
5456msgid "Fundamental Objects"
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ msgid ""
5050"failure. For a more comprehensive description of the arguments, please refer"
5151" to the :func:`io.open` function documentation."
5252msgstr ""
53+ "根据已打开文件 *fd* 的文件描述符创建一个 Python 文件对象。 参数 *name*, *encoding*, *errors* 和 "
54+ "*newline* 可以为 ``NULL`` 表示使用默认值;*buffering* 可以为 *-1* 表示使用默认值。 *name* "
55+ "会被忽略仅保留用于向下兼容。 失败时返回 ``NULL``。 有关参数的更全面描述,请参阅 :func:`io.open` 函数的文档。"
5356
5457#: ../../c-api/file.rst:31
5558msgid ""
You can’t perform that action at this time.
0 commit comments