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 ncoghlan
Recipients benjamin.peterson, christian.heimes, larry, ncoghlan, pitrou
Date 2013-10-20.12:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382272670.84.0.941285013484.issue19313@psf.upfronthosting.co.za>
In-reply-to
Content
Just spotted the bug in http://hg.python.org/cpython/rev/b4a325275fb0

The "Py_XINCREF(name);" call should have been removed, as it's the counterpart to the removed "Py_CLEAR(u->u_qualname);" call
History
Date User Action Args
2013-10-20 12:37:50ncoghlansetrecipients: + ncoghlan, pitrou, larry, christian.heimes, benjamin.peterson
2013-10-20 12:37:50ncoghlansetmessageid: <1382272670.84.0.941285013484.issue19313@psf.upfronthosting.co.za>
2013-10-20 12:37:50ncoghlanlinkissue19313 messages
2013-10-20 12:37:50ncoghlancreate