Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35bc007

Browse files
[po] auto sync
1 parent b851e52 commit 35bc007

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

c-api/concrete.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ msgid ""
4949
"can cause memory access violations and immediate termination of the "
5050
"interpreter."
5151
msgstr ""
52+
"虽然本章所描述的函数会仔细检查传入对象的类型,但是其中许多函数不会检查传入的对象是否为 ``NULL``。 允许传入 ``NULL`` "
53+
"可能导致内存访问冲突和解释器的立即终止。"
5254

5355
#: ../../c-api/concrete.rst:28
5456
msgid "Fundamental Objects"

c-api/file.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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."
5252
msgstr ""
53+
"根据已打开文件 *fd* 的文件描述符创建一个 Python 文件对象。 参数 *name*, *encoding*, *errors* 和 "
54+
"*newline* 可以为 ``NULL`` 表示使用默认值;*buffering* 可以为 *-1* 表示使用默认值。 *name* "
55+
"会被忽略仅保留用于向下兼容。 失败时返回 ``NULL``。 有关参数的更全面描述,请参阅 :func:`io.open` 函数的文档。"
5356

5457
#: ../../c-api/file.rst:31
5558
msgid ""

0 commit comments

Comments
 (0)