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 thierry.excoffier
Recipients Aaron Hall, rhettinger, serhiy.storchaka, terry.reedy, thierry.excoffier
Date 2021-05-12.17:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620839179.19.0.0428273520843.issue31753@roundup.psfhosted.org>
In-reply-to
Content
I assumed that the standard python library does not create circular references, so the GC can be disabled safely in real time application.

Each time 'literal_eval' is called, it creates a circular reference and so a memory leak.

The source of this leak is the recursive closure.
History
Date User Action Args
2021-05-12 17:06:19thierry.excoffiersetrecipients: + thierry.excoffier, rhettinger, terry.reedy, serhiy.storchaka, Aaron Hall
2021-05-12 17:06:19thierry.excoffiersetmessageid: <1620839179.19.0.0428273520843.issue31753@roundup.psfhosted.org>
2021-05-12 17:06:19thierry.excoffierlinkissue31753 messages
2021-05-12 17:06:19thierry.excoffiercreate