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 matrixise
Recipients matrixise
Date 2019-03-17.23:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552866318.49.0.954075294654.issue36333@roundup.psfhosted.org>
In-reply-to
Content
I have detected 3 memory leaks when I execute python -V with valgrind -> 162 bytes.

The leaks do seem to be in pymain_init and in _PyPreConfig_ReadFromArgv (the string for the locale is not freed).

Also _PyRuntimeState_Fini does not release the memory of the mutex on runtime->xidregistry.

You can find the first status in the valgrind.log file (with the leaks).
History
Date User Action Args
2019-03-17 23:45:18matrixisesetrecipients: + matrixise
2019-03-17 23:45:18matrixisesetmessageid: <1552866318.49.0.954075294654.issue36333@roundup.psfhosted.org>
2019-03-17 23:45:18matrixiselinkissue36333 messages
2019-03-17 23:45:18matrixisecreate