]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Jun 2021 09:38:49 +0000 (02:38 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Jun 2021 09:38:49 +0000 (12:38 +0300)
commit7e6cad7e303b3991360a0fe332b0d21aa0f6fe5e
tree3d86be2883df83ad410af1b9e2d5f77d5c902612
parente6ea428b83acfee86fb83a7f7f76efece801c67a
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848) (GH-26852)

(cherry picked from commit adfa1ba398c74720b42f16f06fd3ec0353599fa5)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2021-06-22-19-08-19.bpo-44483.eq2f7T.rst [new file with mode: 0644]
Objects/unionobject.c