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 abarry
Recipients JelleZijlstra, abarry, eryksun, r.david.murray, rhettinger, shakur shams Mullick, theller, vstinner
Date 2016-06-04.21:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465075522.11.0.935988131122.issue21130@psf.upfronthosting.co.za>
In-reply-to
Content
New patch with Jelle's suggestions. I completely removed the macros since we need to (potentially) call Python code with PyObject_IsInstance, and need to check for return code.

I also reverted some of the unrelated changes.
History
Date User Action Args
2016-06-04 21:25:22abarrysetrecipients: + abarry, theller, rhettinger, vstinner, r.david.murray, eryksun, JelleZijlstra, shakur shams Mullick
2016-06-04 21:25:22abarrysetmessageid: <1465075522.11.0.935988131122.issue21130@psf.upfronthosting.co.za>
2016-06-04 21:25:22abarrylinkissue21130 messages
2016-06-04 21:25:21abarrycreate