]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
authorMark Shannon <mark@hotpy.org>
Thu, 3 Mar 2022 10:38:27 +0000 (10:38 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 10:38:27 +0000 (10:38 +0000)
commit751c9ed801ad1189272ca10f0749bfc9d49b5038
treedb17f40d13eadfade31e3133463954c86fe9d6e2
parent3c4abfab0d3e2a3b1e626a5eb185ad1f5436b532
bpo-46891: Fix creating a new instance of a module subclass with slots (GH-31643)
Lib/test/test_module.py
Misc/NEWS.d/next/Core and Builtins/2022-03-02-15-04-08.bpo-46891.aIAgTD.rst [new file with mode: 0644]
Objects/moduleobject.c