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 vstinner
Recipients vstinner
Date 2014-08-27.13:27:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409146050.0.0.427591916112.issue22290@psf.upfronthosting.co.za>
In-reply-to
Content
The error may be close to the call to the gc module: gc.isenabled(), gc.disable() or gc.enable(). The error is maybe an exception raised before the call to PyObject_Call(), because the called gc functions are very simple.
History
Date User Action Args
2014-08-27 13:27:30vstinnersetrecipients: + vstinner
2014-08-27 13:27:30vstinnersetmessageid: <1409146050.0.0.427591916112.issue22290@psf.upfronthosting.co.za>
2014-08-27 13:27:29vstinnerlinkissue22290 messages
2014-08-27 13:27:29vstinnercreate