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 asvetlov, pablogsal, paul.moore, steve.dower, tim.golden, yselivanov, zach.ware
Date 2018-08-27.16:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535386947.0.0.56676864532.issue34520@psf.upfronthosting.co.za>
In-reply-to
Content
test_asyncio is potentially leaking resources in AMD64 Windows8.1 Refleaks 3.7:

https://buildbot.python.org/all/#/builders/132/builds/241

----------------------------------------------------------------------
Ran 1782 tests in 115.342s
OK (skipped=78)
.
test_asyncio leaked [2, 2, 2] references, sum=6
test_asyncio leaked [2, 3, 2] memory blocks, sum=7
3 tests failed again:
    test_asyncio test_smtplib test_trace
== Tests result: FAILURE then FAILURE ==
383 tests OK.
History
Date User Action Args
2018-08-27 16:22:27pablogsalsetrecipients: + pablogsal, paul.moore, tim.golden, asvetlov, zach.ware, yselivanov, steve.dower
2018-08-27 16:22:27pablogsalsetmessageid: <1535386947.0.0.56676864532.issue34520@psf.upfronthosting.co.za>
2018-08-27 16:22:26pablogsallinkissue34520 messages
2018-08-27 16:22:26pablogsalcreate