bpo-44483: Fix crash in union object with bad __module__#26848
bpo-44483: Fix crash in union object with bad __module__#26848serhiy-storchaka merged 2 commits intopython:mainpython/cpython:mainfrom Fidget-Spinner:bad_union_modulesFidget-Spinner/cpython:bad_union_modulesCopy head branch name to clipboard
__module__#26848Conversation
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 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
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 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
GH-26852 is a backport of this pull request to the 3.10 branch. |
https://bugs.python.org/issue44483