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:mainfrom
__module__#26848Conversation
Co-Authored-By: Serhiy Storchaka <[email protected]>
|
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. |
…H-26848) (cherry picked from commit adfa1ba) Co-authored-by: Ken Jin <[email protected]>
|
GH-26852 is a backport of this pull request to the 3.10 branch. |
… (GH-26852) (cherry picked from commit adfa1ba) Co-authored-by: Ken Jin <[email protected]>
https://bugs.python.org/issue44483