]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 10 Jun 2020 16:43:10 +0000 (09:43 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 16:43:10 +0000 (18:43 +0200)
commit9419158a3e67ba2eadf33215568003ed723b0a98
tree220e7e768c66fa0710d7a7fd4445d10ac1395d0f
parent3b97d1becbe08cf56c58d9c740a4622cbf6285fd
bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) (GH-20782)

(cherry picked from commit 24b8bad6d30ae4fb37ee686a073adfa5308659f9)
Misc/NEWS.d/next/C API/2020-05-20-19-11-12.bpo-40703.qQXfW8.rst [new file with mode: 0644]
Objects/typeobject.c