Skip to content

Conversation

@kmerenkov
Copy link
Contributor

  • _started is used by Thread class in python 3, so I renamed it to _running
    (in python 2 Thread used __started, not _started)
  • In constructor, right after calling Thread.start method, setting _running
    to True, so the next call to Thread.show wouldn't raise "threads can only be started once"
    error

…arted once" issue

- _started is used by Thread class in python 3, so I renamed it to _running
(in python 2 Thread used __started, not _started)
- In constructor, right after calling Thread.start method, setting _running
to True, so the next call to Thread.show wouldn't raise "threads can only be started once"
error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant