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 r.david.murray
Recipients docs@python, pitrou, r.david.murray, sbt
Date 2014-01-06.21:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389045523.36.0.692306072283.issue20153@psf.upfronthosting.co.za>
In-reply-to
Content
The following discussion section in the weakref docs:

http://docs.python.org/dev/library/weakref.html#comparing-finalizers-with-del-methods

which was added in 3.4, is out of date because of the GC improvements.  It should be tweaked to match the new reality.

(I've already deleted the Note under __callback__.)
History
Date User Action Args
2014-01-06 21:58:43r.david.murraysetrecipients: + r.david.murray, pitrou, docs@python, sbt
2014-01-06 21:58:43r.david.murraysetmessageid: <1389045523.36.0.692306072283.issue20153@psf.upfronthosting.co.za>
2014-01-06 21:58:43r.david.murraylinkissue20153 messages
2014-01-06 21:58:43r.david.murraycreate