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 f77f823 commit 90d9ec9Copy full SHA for 90d9ec9
1 file changed
c-api/exceptions.po
@@ -206,13 +206,17 @@ msgid ""
206
" *message* indicates that a built-in operation was invoked with an illegal "
207
"argument. It is mostly for internal use."
208
msgstr ""
209
+"这是 ``PyErr_SetString(PyExc_TypeError, message)`` 的简写,其中 *message* "
210
+"指出使用了非法参数调用内置操作。它主要用于内部使用。"
211
212
#: ../../c-api/exceptions.rst:140
213
msgid ""
214
"This is a shorthand for ``PyErr_SetNone(PyExc_MemoryError)``; it returns "
215
"``NULL`` so an object allocation function can write ``return "
216
"PyErr_NoMemory();`` when it runs out of memory."
217
218
+"这是 ``PyErr_SetNone(PyExc_MemoryError)`` 的简写;它返回 ``NULL`` ,以便当内存耗尽时,对象分配函数可以写"
219
+" ``return PyErr_NoMemory();`` 。"
220
221
#: ../../c-api/exceptions.rst:149
222
0 commit comments