Message333501
| 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:54 | niklasf | set | recipients:
+ niklasf, asvetlov, yselivanov |
| 2019-01-11 19:24:51 | niklasf | set | messageid: <1547234691.74.0.652164571217.issue35721@roundup.psfhosted.org> |
| 2019-01-11 19:24:51 | niklasf | link | issue35721 messages |
| 2019-01-11 19:24:51 | niklasf | create | |
|