[issue1721812] A subclass of set doesn't always have __init__ called.

2008-11-16 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Fixed in r67232. Don't think this should be backported to the 2.x series as it may break working code relying on the old behavior. -- resolution: -> fixed status: open -> closed versions: +Python 3.0 -Python 2.5

[issue1721812] A subclass of set doesn't always have __init__ called.

2008-11-16 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Improved solution attached. Added file: http://bugs.python.org/file12019/set.diff ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1721812] A subclass of set doesn't always have __init__ called.

2008-03-22 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Attaching a possible fix (untested). -- keywords: +patch Added file: http://bugs.python.org/file9809/set.diff _ Tracker <[EMAIL PROTECTED]>