Message 325462 - Python tracker

Message325462

Author izbyshev
Recipients Oren Milman, berker.peksag, izbyshev, mark.dickinson, meador.inge, serhiy.storchaka
Date 2018-09-15.22:53:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537052018.6.0.956365154283.issue31779@psf.upfronthosting.co.za>
In-reply-to
Content
What are the drawbacks of moving all code from __init__ to __new__, at least in master branch (3.8)? IMO it's much more robust than playing whack-a-mole both with ref/memleaks caused by repeated calls to __init__ and absence of initialization checks in all methods.
History
Date User Action Args
2018-09-15 22:53:38izbyshevsetrecipients: + izbyshev, mark.dickinson, meador.inge, berker.peksag, serhiy.storchaka, Oren Milman
2018-09-15 22:53:38izbyshevsetmessageid: <1537052018.6.0.956365154283.issue31779@psf.upfronthosting.co.za>
2018-09-15 22:53:38izbyshevlinkissue31779 messages
2018-09-15 22:53:38izbyshevcreate