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 lemburg, matrixise, ncoghlan, pitrou, python-dev, serhiy.storchaka, vstinner, zach.ware
Date 2019-03-15.20:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552680547.55.0.976458807096.issue22166@roundup.psfhosted.org>
In-reply-to
Content
For 3.7 and 3.8, I have just tried with this command to find leaks in the test_codec* but nothing :/

./python -m test -v -l -R 6:6 -u all \
    test_codecencodings_iso2022 \
    test_codecs \
    test_codecmaps_hk test_codecmaps_tw \
    test_codecencodings_tw \
    test_codecencodings_cn \
    test_codeccallbacks \
    test_codecencodings_hk \
    test_codecencodings_jp \
    test_codecencodings_kr \
    test_codecmaps_jp \
    test_codecmaps_cn \
    test_codecmaps_kr

If you have another technic for the detection of leaks, please inform me but I think this issue could be closed maybe we have fixed the issue with time.
History
Date User Action Args
2019-03-15 20:09:07matrixisesetrecipients: + matrixise, lemburg, ncoghlan, pitrou, vstinner, python-dev, zach.ware, serhiy.storchaka
2019-03-15 20:09:07matrixisesetmessageid: <1552680547.55.0.976458807096.issue22166@roundup.psfhosted.org>
2019-03-15 20:09:07matrixiselinkissue22166 messages
2019-03-15 20:09:07matrixisecreate