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 scoder
Recipients Oren Milman, eli.bendersky, scoder, serhiy.storchaka, vstinner, zach.ware
Date 2018-03-31.08:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522484884.58.0.467229070634.issue31455@psf.upfronthosting.co.za>
In-reply-to
Content
Right, Zachary, thanks for noticing. Py2.7 is actually way more different than I thought, and I hadn't paid enough attention to that. Py3 does all of this in "__init__", whereas Py2 essentially implements "__new__" in C, which requires more cleanup.

BTW, the implementation in Py3 would also benefit from refactoring the error handling code and moving it all in one place. But it shouldn't suffer from the same kind of problem, at least.
History
Date User Action Args
2018-03-31 08:28:04scodersetrecipients: + scoder, vstinner, eli.bendersky, zach.ware, serhiy.storchaka, Oren Milman
2018-03-31 08:28:04scodersetmessageid: <1522484884.58.0.467229070634.issue31455@psf.upfronthosting.co.za>
2018-03-31 08:28:04scoderlinkissue31455 messages
2018-03-31 08:28:04scodercreate