]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39904: Move handling of one-argument call of type() from type.__new__() to type...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Mar 2020 17:59:03 +0000 (19:59 +0200)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2020 17:59:03 +0000 (19:59 +0200)
commit413f01352a8268fb62bb47bde965462d7b82a06a
treee0f1c6d1fe8141df73e950cce303b515d6e6b11c
parent6012f30beff7fa8396718dfb198ccafc333c565b
bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852)
Objects/typeobject.c