[issue3268] Cleanup of tp_basicsize inheritance

2010-07-05 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks. r82577. -- nosy: +benjamin.peterson resolution: -> accepted status: open -> closed ___ Python tracker ___ __

[issue3268] Cleanup of tp_basicsize inheritance

2010-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: This is a tiny patch against typeobject.c, could somebody please run with it? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue3268] Cleanup of tp_basicsize inheritance

2008-07-02 Thread Adam Olsen
New submission from Adam Olsen <[EMAIL PROTECTED]>: inherit_special contains logic to inherit the base type's tp_basicsize if the new type doesn't have it set. The logic was spread over several lines, but actually does almost nothing (presumably an artifact of previous versions), so here's a pat