[Patches] [ python-Patches-442351 ] Copy of classes with __del_ in jython

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Jul 2001 03:23:23 -0700


Patches item #442351, was opened at 2001-07-18 03:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=442351&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Copy of classes with __del_ in jython

Initial Comment:
The __del__ method is somewhat special in jython 
because it must exists when the instance is created. 
Adding a __del__ method to an existing instance have 
no effect in jython.

This patch will ensure that the new copy will be 
created with a __del__ method if the source defined a 
__del__ method.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=442351&group_id=5470