Skip to content

Threading bug in curtsies #265

Open
Open
@ikanobori

Description

@ikanobori
#!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.


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions