This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gvanrossum, serhiy.storchaka
Date 2020-03-09.17:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583776749.77.0.268650086937.issue39904@roundup.psfhosted.org>
In-reply-to
Content
New changeset 413f01352a8268fb62bb47bde965462d7b82a06a by Serhiy Storchaka in branch 'master':
bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852)
https://github.com/python/cpython/commit/413f01352a8268fb62bb47bde965462d7b82a06a
History
Date User Action Args
2020-03-09 17:59:09serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum
2020-03-09 17:59:09serhiy.storchakasetmessageid: <1583776749.77.0.268650086937.issue39904@roundup.psfhosted.org>
2020-03-09 17:59:09serhiy.storchakalinkissue39904 messages
2020-03-09 17:59:09serhiy.storchakacreate