Open
Description
#!python
>>> def foo():
... while True:
... print 1
...
>>> import threading
>>> t = threading.Thread(target=foo)
>>> t.start()
1
>>>
Unhandled exception in thread started by
Some threads cause problems in curtsies, and the error messages are even displayed well.
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/265
- Originally Reported By:
- Originally Created At: 2014-03-05T17:40:58.837