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 2018-01-29.12:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517230597.49.0.467229070634.issue32710@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to be related to sendfile():

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

1 test failed:
    test_asyncio

Total duration: 1 sec
Tests result: FAILURE
History
Date User Action Args
2018-01-29 12:56:37vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-01-29 12:56:37vstinnersetmessageid: <1517230597.49.0.467229070634.issue32710@psf.upfronthosting.co.za>
2018-01-29 12:56:37vstinnerlinkissue32710 messages
2018-01-29 12:56:37vstinnercreate