]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 22 Jun 2021 13:54:44 +0000 (21:54 +0800)
committerGitHub <noreply@github.com>
Tue, 22 Jun 2021 13:54:44 +0000 (16:54 +0300)
commitadfa1ba398c74720b42f16f06fd3ec0353599fa5
tree25aaef54963b7a5e1e9a334a2493f1f4d9b00fe6
parentbc6c12c72a9536acc96e7b9355fd69d1083a43c1
bpo-44483: Fix crash in union object with bad ``__module__`` (GH-26848)
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