Merge from 3.5.

This commit is contained in:
Serhiy Storchaka 2016-12-25 16:23:42 +02:00
commit a8803d21e7

View file

@ -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 ... */