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 xtreak
Recipients adefossez, asvetlov, koobs, pablogsal, stefan, sth, xtreak, yselivanov
Date 2019-06-02.19:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559504576.56.0.439902304309.issue35621@roundup.psfhosted.org>
In-reply-to
Content
Also seems to occur on Ubuntu : https://buildbot.python.org/all/#/builders/141/builds/1912/steps/5/logs/stdio

karthi@ubuntu-s-1vcpu-1gb-blr1-01:~/cpython$ ./python -m unittest test.test_asyncio.test_unix_events
...................Exception in thread Thread-1:
Traceback (most recent call last):
  File "/home/karthi/cpython/Lib/threading.py", line 923, in _bootstrap_inner
    self.run()
  File "/home/karthi/cpython/Lib/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "/home/karthi/cpython/Lib/test/test_asyncio/test_unix_events.py", line 1833, in f
    self.assertIsInstance(watcher, asyncio.SafeChildWatcher)
  File "/home/karthi/cpython/Lib/unittest/case.py", line 1330, in assertIsInstance
    self.fail(self._formatMessage(msg, standardMsg))
  File "/home/karthi/cpython/Lib/unittest/case.py", line 748, in fail
    raise self.failureException(msg)
AssertionError: <asyncio.unix_events.ThreadedChildWatcher object at 0x7f00b357d640> is not an instance of <class 'asyncio.unix_events.SafeChildWatcher'>
../home/karthi/cpython/Lib/asyncio/base_events.py:646: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
  _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
...............................................................................................
----------------------------------------------------------------------
Ran 116 tests in 1.391s

OK
History
Date User Action Args
2019-06-02 19:42:56xtreaksetrecipients: + xtreak, stefan, asvetlov, sth, yselivanov, koobs, pablogsal, adefossez
2019-06-02 19:42:56xtreaksetmessageid: <1559504576.56.0.439902304309.issue35621@roundup.psfhosted.org>
2019-06-02 19:42:56xtreaklinkissue35621 messages
2019-06-02 19:42:56xtreakcreate