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 vstinner
Recipients belopolsky, davin, emilyemorehouse, eric.snow, miss-islington, ncoghlan, ned.deily, pitrou, pmpp, steve.dower, vstinner, zach.ware
Date 2020-05-08.00:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588896300.61.0.706886768076.issue32604@roundup.psfhosted.org>
In-reply-to
Content
The commit a1d9e0accd33af1d8e90fc48b34c13d7b07dcf57 introduced reference leaks:

$ ./python -m test -R 3:3 test__xxsubinterpreters -m test.test__xxsubinterpreters.RunFailedTests.test_traceback_propagated
(...)
test__xxsubinterpreters leaked [1863, 1861, 1863] references, sum=5587
test__xxsubinterpreters leaked [559, 558, 559] memory blocks, sum=1676
(...)
History
Date User Action Args
2020-05-08 00:05:00vstinnersetrecipients: + vstinner, ncoghlan, belopolsky, pitrou, ned.deily, pmpp, eric.snow, zach.ware, steve.dower, davin, emilyemorehouse, miss-islington
2020-05-08 00:05:00vstinnersetmessageid: <1588896300.61.0.706886768076.issue32604@roundup.psfhosted.org>
2020-05-08 00:05:00vstinnerlinkissue32604 messages
2020-05-08 00:05:00vstinnercreate