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 scoder
Recipients Anthony.Kong, ezio.melotti, kilowu, pitrou, scoder
Date 2014-08-02.13:19:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406985588.97.0.383299454365.issue22116@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks ok. Not sure about the test dependency from test_weakref.py to _testcapi, though. Is that module allowed to be used everywhere? Wouldn't it be enough to test that one of the builtin functions is now weak referencible? "len" seems to be used in other places, for example.
History
Date User Action Args
2014-08-02 13:19:49scodersetrecipients: + scoder, pitrou, ezio.melotti, Anthony.Kong, kilowu
2014-08-02 13:19:48scodersetmessageid: <1406985588.97.0.383299454365.issue22116@psf.upfronthosting.co.za>
2014-08-02 13:19:48scoderlinkissue22116 messages
2014-08-02 13:19:48scodercreate