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 loewis
Recipients
Date 2007-06-06.18:12:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If you are calling Py_Finalize multiple times, (small) memory leaks are expected. So don't call Py_Finalize until your program terminates.
History
Date User Action Args
2007-08-23 14:38:16adminlinkissue1445210 messages
2007-08-23 14:38:16admincreate