We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ExitStack's logic to handle the PEP 479 changes in Python 3.5+ can hang in some cases: http://bugs.python.org/issue27122
Once added to CPython, that fix and new test case should be backported to contextlib2.
The text was updated successfully, but these errors were encountered:
Issue jazzband#7: Backport fix for CPython issue #27122
2f4fd22
Prevents a potential infinite loop on Python 3.5 when handling ``RuntimeError``. (CPython updates by Gregory P. Smith & Serhiy Storchaka)
Fixed in 2f4fd22
Sorry, something went wrong.
No branches or pull requests
ExitStack's logic to handle the PEP 479 changes in Python 3.5+ can hang in some cases: http://bugs.python.org/issue27122
Once added to CPython, that fix and new test case should be backported to contextlib2.
The text was updated successfully, but these errors were encountered: