commit | 413f01352a8268fb62bb47bde965462d7b82a06a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Mar 09 19:59:03 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Mar 09 19:59:03 2020 +0200 |
tree | e0f1c6d1fe8141df73e950cce303b515d6e6b11c | |
parent | 6012f30beff7fa8396718dfb198ccafc333c565b [diff] |
bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852)