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 ppperry
Recipients Vadim Pushtaev, ppperry
Date 2018-07-31.00:18:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532996321.05.0.56676864532.issue34284@psf.upfronthosting.co.za>
In-reply-to
Content
Thus, I think the bug is that "type(sys.flags).__new__" is an alias for "tuple.__new__" and is not in the code for __new__ calls that your PR touches.
History
Date User Action Args
2018-07-31 00:18:41ppperrysetrecipients: + ppperry, Vadim Pushtaev
2018-07-31 00:18:41ppperrysetmessageid: <1532996321.05.0.56676864532.issue34284@psf.upfronthosting.co.za>
2018-07-31 00:18:41ppperrylinkissue34284 messages
2018-07-31 00:18:40ppperrycreate