danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Use generator.throw to fix generator error raising. #48

Closed phillbaker closed 4 years ago

phillbaker commented 4 years ago

Closes https://github.com/danielfm/pybreaker/issues/47, more details there.

phillbaker commented 4 years ago

Looks like the build failures were on python 3.2 and 3.3 (same as what's on master). (I think those versions are end-of-life'd as well.)

phillbaker commented 4 years ago

@danielfm any thoughts here?

phillbaker commented 4 years ago

Thanks! Any chance you can release a new version with this?

danielfm commented 4 years ago

Released. Sorry for the delay.