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 vstinner
Date 2021-03-23.00:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616460115.42.0.31373302099.issue43598@roundup.psfhosted.org>
In-reply-to
Content
$ ./python -m test test_subprocess -v
(...)
test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase) ... /home/vstinner/python/master/Lib/subprocess.py:1062: ResourceWarning: subprocess 137193 is still running
  _warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok

test_pipesize_default (test.test_subprocess.ProcessTestCase) ... /home/vstinner/python/master/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=8>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/vstinner/python/master/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=10>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok

test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll) ... /home/vstinner/python/master/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=8>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/vstinner/python/master/Lib/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name=10>
  method()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
ok
(...)
History
Date User Action Args
2021-03-23 00:41:55vstinnersetrecipients: + vstinner
2021-03-23 00:41:55vstinnersetmessageid: <1616460115.42.0.31373302099.issue43598@roundup.psfhosted.org>
2021-03-23 00:41:55vstinnerlinkissue43598 messages
2021-03-23 00:41:55vstinnercreate