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 pablogsal
Recipients pablogsal, rhettinger, serhiy.storchaka
Date 2019-06-01.16:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559406896.67.0.86410430584.issue37125@roundup.psfhosted.org>
In-reply-to
Content
It seems that https://github.com/python/cpython/pull/13725 fixes the leak:

❯ ./python -m test test_math -R :
Run tests sequentially
0:00:00 load avg: 1.55 [1/1] test_math
beginning 9 repetitions
123456789
.........

== Tests result: SUCCESS ==

1 test OK.

Total duration: 26 sec 283 ms
Tests result: SUCCESS
History
Date User Action Args
2019-06-01 16:34:56pablogsalsetrecipients: + pablogsal, rhettinger, serhiy.storchaka
2019-06-01 16:34:56pablogsalsetmessageid: <1559406896.67.0.86410430584.issue37125@roundup.psfhosted.org>
2019-06-01 16:34:56pablogsallinkissue37125 messages
2019-06-01 16:34:56pablogsalcreate