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 fabioz
Recipients fabioz, pitrou
Date 2018-05-24.10:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527159306.22.0.682650639539.issue33621@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6.0 |Continuum Analytics, Inc.| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import threading
>>> repr(threading._DummyThread())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\tools\Miniconda\envs\pyqt5\lib\threading.py", line 819, in __repr__
    self.is_alive() # easy way to get ._is_stopped set when appropriate
  File "C:\tools\Miniconda\envs\pyqt5\lib\threading.py", line 1115, in is_alive
    self._wait_for_tstate_lock(False)
  File "C:\tools\Miniconda\envs\pyqt5\lib\threading.py", line 1071, in _wait_for_tstate_lock
    assert self._is_stopped
AssertionError
History
Date User Action Args
2018-05-24 10:55:06fabiozsetrecipients: + fabioz, pitrou
2018-05-24 10:55:06fabiozsetmessageid: <1527159306.22.0.682650639539.issue33621@psf.upfronthosting.co.za>
2018-05-24 10:55:06fabiozlinkissue33621 messages
2018-05-24 10:55:06fabiozcreate