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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 20 Aug 2001 21:12:56 -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: library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Finn Bock (bckfnn)
>Assigned to: Barry Warsaw (bwarsaw)
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.

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

>Comment By: Barry Warsaw (bwarsaw)
Date: 2001-08-20 21:12

Message:
Logged In: YES 
user_id=12800

Assigned to Barry.

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

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