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 serhiy.storchaka
Recipients amaury.forgeotdarc, jyasskin, pitrou, serhiy.storchaka
Date 2015-05-31.18:51:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433098290.5.0.721765999777.issue24341@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -3 -We -bb -m test.regrtest -uall -W test___all__ test_threading
[1/2] test___all__
[2/2] test_threading
Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-1, stopped -1326462144)>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 783, in __bootstrap
    self.__bootstrap_inner()
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 855, in __bootstrap_inner
Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-2, stopped -1376818368)>>    
Traceback (most recent call last):
self.__exc_clear()
DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 783, in __bootstrap
    Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-3, stopped -1309676736)>>
Traceback (most recent call last):
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 783, in __bootstrap
    self.__bootstrap_inner()
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 855, in __bootstrap_inner
self.__bootstrap_inner()
    self.__exc_clear()
DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
  File "/home/serhiy/py/cpython2.7/Lib/threading.py", line 855, in __bootstrap_inner
Unhandled exception in thread started by <bound method Thread.__bootstrap of <Thread(Thread-4, stopped -1326462144)>>
History
Date User Action Args
2015-05-31 18:51:30serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, pitrou, jyasskin
2015-05-31 18:51:30serhiy.storchakasetmessageid: <1433098290.5.0.721765999777.issue24341@psf.upfronthosting.co.za>
2015-05-31 18:51:30serhiy.storchakalinkissue24341 messages
2015-05-31 18:51:30serhiy.storchakacreate