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 Guido.van.Rossum, JelleZijlstra, eric.smith, gvanrossum, kokxxxxik, larry, pablogsal
Date 2021-04-30.15:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619797749.23.0.538726593705.issue43901@roundup.psfhosted.org>
In-reply-to
Content
Oh, actually is workse because commenting out the test shows refleaks:

𓋹 ./python.exe -m test test_module -R :
0:00:00 load avg: 5.03 Run tests sequentially
0:00:00 load avg: 5.03 [1/1] test_module
beginning 9 repetitions
123456789
.........
test_module leaked [47, 47, 47, 47] references, sum=188
test_module leaked [6, 6, 6, 6] memory blocks, sum=24
test_module failed

== Tests result: FAILURE ==

1 test failed:
    test_module

Total duration: 2.0 sec
History
Date User Action Args
2021-04-30 15:49:09pablogsalsetrecipients: + pablogsal, gvanrossum, larry, eric.smith, Guido.van.Rossum, JelleZijlstra, kokxxxxik
2021-04-30 15:49:09pablogsalsetmessageid: <1619797749.23.0.538726593705.issue43901@roundup.psfhosted.org>
2021-04-30 15:49:09pablogsallinkissue43901 messages
2021-04-30 15:49:09pablogsalcreate