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.
2 parents a7613aa + 4398c12 commit a8803d2Copy full SHA for a8803d2
1 file changed
Doc/c-api/exceptions.rst
@@ -396,7 +396,7 @@ Querying the error indicator
396
by code that needs to save and restore the error indicator temporarily, e.g.::
397
398
{
399
- PyObject **type, **value, **traceback;
+ PyObject *type, *value, *traceback;
400
PyErr_Fetch(&type, &value, &traceback);
401
402
/* ... code that might produce other errors ... */
0 commit comments