Author jimjjewett
Recipients
Date 2006-08-02.21:52:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=764593

Doing it everywhere would be a lot of painful changes.

Adding the "oops, failed, call gc and try again" to to 
PyMem_* (currently PyMem_Malloc, PyMem_Realloc, PyMem_New, 
and PyMem_Resize, but Brett may be changing that) is far 
more reasonable.

Whether it is safe to call gc from there is a different 
question.
History
Date User Action Args
2007-08-23 14:41:24adminlinkissue1524938 messages
2007-08-23 14:41:24admincreate