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

Missing returns on errros in _asynciomodule.c #95808

Closed
1st1 opened this issue Aug 9, 2022 · 0 comments
Closed

Missing returns on errros in _asynciomodule.c #95808

1st1 opened this issue Aug 9, 2022 · 0 comments
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@1st1
Copy link
Member

1st1 commented Aug 9, 2022

A subclass of asyncio.CancelledError with an erroneous __init__ results in a segfault.

@1st1 1st1 added the type-crash A hard crash of the interpreter, possibly with a core dump label Aug 9, 2022
1st1 added a commit to 1st1/cpython that referenced this issue Aug 9, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Aug 15, 2022
miss-islington added a commit that referenced this issue Aug 16, 2022
(cherry picked from commit b2afe48)

Co-authored-by: Yury Selivanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

2 participants