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 suresh_sf
Recipients
Date 2007-06-06.06:22:52
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I too am having the exact similar problem with embedded python. Is this a expected behaviour? if so how can we use python for long running tasks without running out of memory eventually? We even tried doing Py_Initialize once during startup and executing scripts before calling Py_Finalize. Even this runs out of memory after some time. BTW, I am running Python 2.5.1.
History
Date User Action Args
2007-08-23 14:38:16adminlinkissue1445210 messages
2007-08-23 14:38:16admincreate