]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet...
authorscoder <stefan_ml@behnel.de>
Wed, 10 Jun 2020 16:09:01 +0000 (18:09 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 16:09:01 +0000 (18:09 +0200)
commit24b8bad6d30ae4fb37ee686a073adfa5308659f9
tree31e77aa0061179f134284fd8e0a984a53b91585d
parentec88e1bca81a167e6d5c0ac635e22f84298cb1df
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273)
Misc/NEWS.d/next/C API/2020-05-20-19-11-12.bpo-40703.qQXfW8.rst [new file with mode: 0644]
Objects/typeobject.c