Message265094
There is special exception -- tp_new is not inherited for static types whose base class is 'object' (see a comment in inherit_special() in Objects/typeobject.c#4569 for explanation). After converting them to heap types they became inherit tp_new from object.
Proposed patch adds workarounds for types in _tkinter and curses.panel modules. |
|
Date |
User |
Action |
Args |
2016-05-07 21:23:38 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, terry.reedy, amaury.forgeotdarc, pitrou, ned.deily, asvetlov, Robin.Schreiber |
2016-05-07 21:23:38 | serhiy.storchaka | set | messageid: <1462656218.22.0.947437759567.issue23815@psf.upfronthosting.co.za> |
2016-05-07 21:23:38 | serhiy.storchaka | link | issue23815 messages |
2016-05-07 21:23:38 | serhiy.storchaka | create | |
|