Skip to content
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

Eventlet event fixes #91

Merged
merged 2 commits into from
Jan 5, 2020
Merged

Eventlet event fixes #91

merged 2 commits into from
Jan 5, 2020

Conversation

jodal
Copy link
Owner

@jodal jodal commented Jan 5, 2020

This fixes inconsistencies between the pykka.eventlet.EventletEvent API and Python 3's threading.Event API.

@jodal jodal added this to the v3.0 milestone Jan 5, 2020
@jodal jodal self-assigned this Jan 5, 2020
@jodal jodal merged commit ff0e979 into develop Jan 5, 2020
@codecov
Copy link

codecov bot commented Jan 5, 2020

Codecov Report

Merging #91 into develop will increase coverage by 0.17%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #91      +/-   ##
===========================================
+ Coverage    95.16%   95.33%   +0.17%     
===========================================
  Files           12       12              
  Lines          558      557       -1     
===========================================
  Hits           531      531              
+ Misses          27       26       -1
Impacted Files Coverage Δ
pykka/eventlet.py 90.32% <100%> (+1.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9a7a0b...20d5f7b. Read the comment docs.

@jodal jodal deleted the eventlet-event-fixes branch January 5, 2020 02:22
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.

None yet

1 participant