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

Skip to content

Commit a8803d2

Browse files
Merge from 3.5.
2 parents a7613aa + 4398c12 commit a8803d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Querying the error indicator
396396
by code that needs to save and restore the error indicator temporarily, e.g.::
397397
398398
{
399-
PyObject **type, **value, **traceback;
399+
PyObject *type, *value, *traceback;
400400
PyErr_Fetch(&type, &value, &traceback);
401401
402402
/* ... code that might produce other errors ... */

0 commit comments

Comments
 (0)