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, vstinner, yselivanov
Date 2019-06-14.10:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560507551.61.0.999190887785.issue37278@roundup.psfhosted.org>
In-reply-to
Content
vstinner@WIN C:\vstinner\python\master>python -m test -R 3:3 test_asyncio -m test.test_asyncio.test_windows_events.ProactorLoopCtrlC.test_ctrl_c
Running Debug|x64 interpreter...
Run tests sequentially
0:00:00 load avg: 0.00 [1/1] test_asyncio
beginning 6 repetitions
123456
......
test_asyncio leaked [1, 1, 1] references, sum=3
test_asyncio leaked [2, 1, 1] memory blocks, sum=4
test_asyncio failed

== Tests result: FAILURE ==

1 test failed:
    test_asyncio

Total duration: 13 sec 391 ms
Tests result: FAILURE



Attached PR fix the issue by joining the thread.
History
Date User Action Args
2019-06-14 10:19:11vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2019-06-14 10:19:11vstinnersetmessageid: <1560507551.61.0.999190887785.issue37278@roundup.psfhosted.org>
2019-06-14 10:19:11vstinnerlinkissue37278 messages
2019-06-14 10:19:11vstinnercreate