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

Skip to content

Commit 90d9ec9

Browse files
[po] auto sync
1 parent f77f823 commit 90d9ec9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

c-api/exceptions.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,17 @@ msgid ""
206206
" *message* indicates that a built-in operation was invoked with an illegal "
207207
"argument. It is mostly for internal use."
208208
msgstr ""
209+
"这是 ``PyErr_SetString(PyExc_TypeError, message)`` 的简写,其中 *message* "
210+
"指出使用了非法参数调用内置操作。它主要用于内部使用。"
209211

210212
#: ../../c-api/exceptions.rst:140
211213
msgid ""
212214
"This is a shorthand for ``PyErr_SetNone(PyExc_MemoryError)``; it returns "
213215
"``NULL`` so an object allocation function can write ``return "
214216
"PyErr_NoMemory();`` when it runs out of memory."
215217
msgstr ""
218+
"这是 ``PyErr_SetNone(PyExc_MemoryError)`` 的简写;它返回 ``NULL`` ,以便当内存耗尽时,对象分配函数可以写"
219+
" ``return PyErr_NoMemory();`` 。"
216220

217221
#: ../../c-api/exceptions.rst:149
218222
msgid ""

0 commit comments

Comments
 (0)