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
A subclass of asyncio.CancelledError with an erroneous __init__ results in a segfault.
asyncio.CancelledError
__init__
The text was updated successfully, but these errors were encountered:
pythongh-95808: Add missing early returns in _asynciomodule.c
8500be6
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
b2afe48
pythongh-95808: Add missing early returns in _asynciomodule.c (python…
ede18d9
…GH-95809) (cherry picked from commit b2afe48) Co-authored-by: Yury Selivanov <[email protected]>
gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
af3e491
(cherry picked from commit b2afe48) Co-authored-by: Yury Selivanov <[email protected]>
No branches or pull requests
A subclass of
asyncio.CancelledError
with an erroneous__init__
results in a segfault.The text was updated successfully, but these errors were encountered: