Message325462
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. |
|
| Date |
User |
Action |
Args |
| 2018-09-15 22:53:38 | izbyshev | set | recipients:
+ izbyshev, mark.dickinson, meador.inge, berker.peksag, serhiy.storchaka, Oren Milman |
| 2018-09-15 22:53:38 | izbyshev | set | messageid: <[email protected]> |
| 2018-09-15 22:53:38 | izbyshev | link | issue31779 messages |
| 2018-09-15 22:53:38 | izbyshev | create | |
|