[issue7604] delattr __slots__ inconsistancy

2009-12-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2009/12/30 Brian Harring : > > Brian Harring added the comment: > > Any chance of this landing in py2.7?  It's really a nasty wrench in the > works for some a mapping object essentially maps onto __slots__ for > memory efficiency... It will be in 2.6.5, 2.7

[issue7604] delattr __slots__ inconsistancy

2009-12-30 Thread Brian Harring
Brian Harring added the comment: Any chance of this landing in py2.7? It's really a nasty wrench in the works for some a mapping object essentially maps onto __slots__ for memory efficiency... -- ___ Python tracker

[issue7604] delattr __slots__ inconsistancy

2009-12-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thank you for the report. Fixed in r77157. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue7604] delattr __slots__ inconsistancy

2009-12-30 Thread Brian Harring
Changes by Brian Harring : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7604] delattr __slots__ inconsistancy

2009-12-30 Thread Brian Harring
New submission from Brian Harring : Everything I've read about __slots__, seen w/ them, etc, they're effectively just a change in the underlying allocation- yes they can limit the attributes, but that's about it. Specifically, for general attribute access/mangling, best I can tell, they're *supp