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-29.16:01:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Hmm.  Just about anything fixes the current rash of bugs.  
It's keeping the old bugs from coming back that's been the 
hangup -- don't forget to run test_weakref.py too <wink>.  
The last batch of bugs was really much subtler than this 
batch!

test_callback_in_cycle_1 is a bitch -- I think we have to stop 
its callback from ever getting invoked, not just prevent I.wr() 
from returning J ...
History
Date User Action Args
2007-08-23 14:27:06adminlinkissue1055820 messages
2007-08-23 14:27:06admincreate