Message338147
| 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:18 | matrixise | set | recipients: + matrixise |
| 2019-03-17 23:45:18 | matrixise | set | messageid: <1552866318.49.0.954075294654.issue36333@roundup.psfhosted.org> |
| 2019-03-17 23:45:18 | matrixise | link | issue36333 messages |
| 2019-03-17 23:45:18 | matrixise | create | |