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, pablogsal, vstinner, yselivanov
Date 2019-12-05.17:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575565741.97.0.071963111218.issue38982@roundup.psfhosted.org>
In-reply-to
Content
See on AMD64 Fedora Rawhide Refleaks 3.x:
https://buildbot.python.org/all/#/builders/82/builds/7

I found the leaking test using test.bisect_cmd:

$ ./python -m test test_asyncio -R 3:3 --fail-env-changed -v -m test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished
...
test_asyncio leaked [1, 1, 1] file descriptors, sum=3
History
Date User Action Args
2019-12-05 17:09:02vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2019-12-05 17:09:01vstinnersetmessageid: <1575565741.97.0.071963111218.issue38982@roundup.psfhosted.org>
2019-12-05 17:09:01vstinnerlinkissue38982 messages
2019-12-05 17:09:01vstinnercreate