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 tim.peters
Recipients
Date 2004-10-30.03:23:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

patch2.txt stops abusing weakref `hash`, and seems to have 
no issues w/ Python's or Zope3's -uall/--all tests, in debug or 
release builds.  weakrefs are handled entirely in 
move_troublemakers() now; collect() doesn't even have its 
old wr_callbacks list anymore.

If there's a more elegant approach coming, great, but if it's 
not coming soon I'm going to check this in, to get as much 
developer test coverage as possible before 2.4.b1.
History
Date User Action Args
2007-08-23 14:27:07adminlinkissue1055820 messages
2007-08-23 14:27:07admincreate