Skip to content

Fix python2.6 threading.Event bug in ReentrantTimer #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2015
Merged

Fix python2.6 threading.Event bug in ReentrantTimer #312

merged 1 commit into from
Feb 3, 2015

Conversation

dpkp
Copy link
Owner

@dpkp dpkp commented Feb 3, 2015

threading.Event.wait return values are different for python2.6
https://docs.python.org/2/library/threading.html#threading.Event.wait
this causes the current reentrant timer to never stop when using python2.6

dpkp added a commit that referenced this pull request Feb 3, 2015
Fix python2.6 threading.Event bug in ReentrantTimer
@dpkp dpkp merged commit fa41ec6 into dpkp:master Feb 3, 2015
@dpkp dpkp deleted the reentrant_timer_py26 branch June 10, 2015 00:33
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