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
bpo-44483: Fix crash in union object with bad __module__
#26848
bpo-44483: Fix crash in union object with bad __module__
#26848
Conversation
Co-Authored-By: Serhiy Storchaka <3659035+serhiy-storchaka@users.noreply.github.com>
Serhiy, thanks for the review and pointing out some pretty obvious flaws :). |
Thanks @Fidget-Spinner for the PR, and @serhiy-storchaka for merging it |
Sorry @Fidget-Spinner and @serhiy-storchaka, I had trouble checking out the |
|
I don't see how a typing change managed to break asyncio, especially when asyncio doesn't use this type for type hinting. So I'm going to assume it's a false positive. Working on a backport shortly. |
Thanks @Fidget-Spinner for the PR, and @serhiy-storchaka for merging it |
GH-26852 is a backport of this pull request to the 3.10 branch. |
https://bugs.python.org/issue44483