This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kb1000
Recipients docs@python, kb1000
Date 2017-01-26.16:25:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485447904.37.0.693014852804.issue29378@psf.upfronthosting.co.za>
In-reply-to
Content
In the example are the pointers to pointers to PyObject too many,
because then PyErr_Fetch and PyErr_Restore would get too many pointers to pointers.
History
Date User Action Args
2017-01-26 16:25:04kb1000setrecipients: + kb1000, docs@python
2017-01-26 16:25:04kb1000setmessageid: <1485447904.37.0.693014852804.issue29378@psf.upfronthosting.co.za>
2017-01-26 16:25:04kb1000linkissue29378 messages
2017-01-26 16:25:04kb1000create