Author brett.cannon
Recipients
Date 2006-07-07.00:21:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

I don't think that the cPickle bug would have been any
sooner.  The segfault happens just as early as an assertion
would have since both going to access bad memory.

Regardless, the adding of the assert() in Py_DECREF might
warrant using ``while{} do(0)`` to simplify the code.
History
Date User Action Args
2007-08-23 15:53:20adminlinkissue1517947 messages
2007-08-23 15:53:20admincreate