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 asvetlov, giampaolo.rodola, vstinner, yselivanov
Date 2019-01-08.03:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546916848.8.0.49956933085.issue32710@roundup.psfhosted.org>
In-reply-to
Content
Attached test_aiosend.py is a simplified version of test to trigger the reference leak. Copy it to Lib/test/ and run:

vstinner@WIN C:\vstinner\python\master>python -m test test_aiosend -R 3:3
Running Debug|x64 interpreter...
Run tests sequentially
0:00:00 [1/1] test_aiosend
beginning 6 repetitions
123456
......
test_aiosend leaked [1, 1, 1] references, sum=3
test_aiosend leaked [1, 2, 1] memory blocks, sum=4
test_aiosend failed

== Tests result: FAILURE ==

1 test failed:
    test_aiosend

Total duration: 548 ms
Tests result: FAILURE
History
Date User Action Args
2019-01-08 03:07:29vstinnersetrecipients: + vstinner, giampaolo.rodola, asvetlov, yselivanov
2019-01-08 03:07:28vstinnersetmessageid: <1546916848.8.0.49956933085.issue32710@roundup.psfhosted.org>
2019-01-08 03:07:28vstinnerlinkissue32710 messages
2019-01-08 03:07:28vstinnercreate