There was an error while loading. Please reload this page.
1 parent b079c07 commit 4398c12Copy full SHA for 4398c12
1 file changed
Doc/c-api/exceptions.rst
@@ -381,7 +381,7 @@ Querying the error indicator
381
by code that needs to save and restore the error indicator temporarily, e.g.::
382
383
{
384
- PyObject **type, **value, **traceback;
+ PyObject *type, *value, *traceback;
385
PyErr_Fetch(&type, &value, &traceback);
386
387
/* ... code that might produce other errors ... */
0 commit comments