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

Calling loop.sock_connect has a KeyError exception in the success path #112989

Closed
bdraco opened this issue Dec 12, 2023 · 0 comments
Closed

Calling loop.sock_connect has a KeyError exception in the success path #112989

bdraco opened this issue Dec 12, 2023 · 0 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@bdraco
Copy link
Contributor

bdraco commented Dec 12, 2023

Bug report

Bug description:

Similar to #106527 and #106664

loop.sock_connect()

except KeyError:

Screenshot 2023-12-11 at 7 31 03 PM

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@bdraco bdraco added the type-bug An unexpected behavior, bug, or error label Dec 12, 2023
@Eclips4 Eclips4 added the stdlib Python modules in the Lib dir label Dec 12, 2023
gvanrossum pushed a commit that referenced this issue Dec 13, 2023
…ventLoop (#112991)

_ensure_fd_no_transport had a KeyError in the success path
@bdraco bdraco closed this as completed Dec 16, 2023
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
…ectorEventLoop (python#112991)

_ensure_fd_no_transport had a KeyError in the success path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
Status: Done
Development

No branches or pull requests

2 participants