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 cc13e7f commit b88f077Copy full SHA for b88f077
1 file changed
c-api/exceptions.po
@@ -563,6 +563,10 @@ msgid ""
563
"own these references. (If you don't understand this, don't use this "
564
"function. I warned you.)"
565
msgstr ""
566
+"基于三个对象设置错误指示符。 如果错误指示符已设置,它将首先被清除。 如果三个对象均为 ``NULL``,错误指示器将被清除。 请不要传入 "
567
+"``NULL`` 类型和非 ``NULL`` 值或回溯。 异常类型应当是一个类。 请不要传入无效的异常类型或值。 (违反这些规则将导致微妙的后续问题。)"
568
+" 此调用会带走对每个对象的引用:你必须在调用之前拥有对每个对象的引用且在调用之后你将不再拥有这些引用。 (如果你不理解这一点,就不要使用此函数。 "
569
+"勿谓言之不预。)"
570
571
#: ../../c-api/exceptions.rst:439
572
msgid ""
0 commit comments