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 martin.panter
Recipients eric.snow, martin.panter, nagisa, rhettinger, serhiy.storchaka, vstinner
Date 2015-10-18.09:05:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445159139.93.0.959224579677.issue25395@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch which uses Py_CLEAR() rather than Py_XDECREF(), which seems to cure the negative reference count problem. This change was only a guess based on looking at namespaceobject.c and the Py_CLEAR() documentation, so it would be good for someone else to carefully review it.
History
Date User Action Args
2015-10-18 09:05:39martin.pantersetrecipients: + martin.panter, rhettinger, vstinner, eric.snow, serhiy.storchaka, nagisa
2015-10-18 09:05:39martin.pantersetmessageid: <1445159139.93.0.959224579677.issue25395@psf.upfronthosting.co.za>
2015-10-18 09:05:39martin.panterlinkissue25395 messages
2015-10-18 09:05:39martin.pantercreate