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 gvanrossum
Recipients
Date 2002-09-19.00:36:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

Setting the Resolution to Remind because it's not done IMO.

It's possible for an app embedding Python to call
Py_Initialize() more than once, with Py_Finalize() in
between. Then Py_Frame_Init() would leak a string and
PyInt_Init() would leak 105 int objects, plus the free list.
And, how do you know that all small ints fit in one freelist
block?

But please go on, I (still :-) like the idea.
History
Date User Action Args
2007-08-23 15:13:26adminlinkissue561244 messages
2007-08-23 15:13:26admincreate