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-30.23:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532994937.58.0.56676864532.issue34284@psf.upfronthosting.co.za>
In-reply-to
Content
Same thing happens for other objects, like `type(sys._getframe(0)).__new__(type(sys._getframe_))`, and presumably any object that one cannot instantiate by calling
History
Date User Action Args
2018-07-30 23:55:37ppperrysetrecipients: + ppperry, Vadim Pushtaev
2018-07-30 23:55:37ppperrysetmessageid: <1532994937.58.0.56676864532.issue34284@psf.upfronthosting.co.za>
2018-07-30 23:55:37ppperrylinkissue34284 messages
2018-07-30 23:55:37ppperrycreate