[Python-Dev] __class_init__

Thomas Heller thomas.heller@ion-tof.com
Fri, 9 Nov 2001 18:43:02 +0100


I'll retract this request.

Thomas

----- Original Message ----- 
From: "Thomas Heller" <thomas.heller@ion-tof.com>
To: <python-dev@python.org>
Sent: Monday, November 05, 2001 6:31 PM
Subject: [Python-Dev] __class_init__


> ExtensionClass did include a __class_init__ class-method,
> which has been called at the end of class creation.
> 
> I've uploaded a (simple minded) patch to fileobject.c,
> which implements the same behaviour for new style classes.
> It is simple minded because it only iterates over the
> tp_base member and not over tp_bases. Any chance this could
> be included in Python 2.2?
> 
> http://sourceforge.net/tracker/index.php?func=detail&aid=478374&group_id=5470&atid=305470
> 
> Thomas
> 
> 
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://mail.python.org/mailman/listinfo/python-dev