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 niklasf
Recipients asvetlov, niklasf, yselivanov
Date 2019-01-11.19:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547234691.74.0.652164571217.issue35721@roundup.psfhosted.org>
In-reply-to
Content
Output of attached test case: non-existing indeed subprocess-exec-test.py:11: ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> print("non-existing indeed") ResourceWarning: Enable tracemalloc to get the object allocation traceback subprocess-exec-test.py:11: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_UNIX, type=SocketKind.SOCK_STREAM, proto=0> print("non-existing indeed") ResourceWarning: Enable tracemalloc to get the object allocation traceback . ---------------------------------------------------------------------- Ran 1 test in 0.007s OK
History
Date User Action Args
2019-01-11 19:24:54niklasfsetrecipients: + niklasf, asvetlov, yselivanov
2019-01-11 19:24:51niklasfsetmessageid: <1547234691.74.0.652164571217.issue35721@roundup.psfhosted.org>
2019-01-11 19:24:51niklasflinkissue35721 messages
2019-01-11 19:24:51niklasfcreate