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 pitrou
Recipients kristjan.jonsson, pitrou, vstinner
Date 2013-05-10.09:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368178532.78.0.0383619546149.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
Py_None is what PyWeakref_GET_OBJECT() returns when the object is dead.
(same as calling () on a weakref, really)

The patch looks straightforward to me. 2.7 doesn't receive performance fixes, though, except for large regressions. Also, we've had enough regressions in the last 2.7 bugfix release, IMHO.

(I had worked on a patch which replaced the list with a dict, but I had refcounting issues with it, and I'm not interested enough in the issue to push any further)
History
Date User Action Args
2013-05-10 09:35:32pitrousetrecipients: + pitrou, kristjan.jonsson, vstinner
2013-05-10 09:35:32pitrousetmessageid: <1368178532.78.0.0383619546149.issue17936@psf.upfronthosting.co.za>
2013-05-10 09:35:32pitroulinkissue17936 messages
2013-05-10 09:35:32pitroucreate