Commit a8803d21 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Merge from 3.5.

parents a7613aa0 4398c12b
......@@ -396,7 +396,7 @@ Querying the error indicator
by code that needs to save and restore the error indicator temporarily, e.g.::
{
PyObject **type, **value, **traceback;
PyObject *type, *value, *traceback;
PyErr_Fetch(&type, &value, &traceback);
/* ... code that might produce other errors ... */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment