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

noreply@sourceforge.net noreply@sourceforge.net
Sun, 02 Sep 2001 09:24:43 -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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Finn Bock (bckfnn)
Assigned to: Finn Bock (bckfnn)
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: Finn Bock (bckfnn)
Date: 2001-09-02 09:24

Message:
Logged In: YES 
user_id=4201

Commited to revision 1.6 and 1.5.10.1 by bwarsaw. Note: the 
commit message on the checkin reference the wrong PR.

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

Comment By: Barry Warsaw (bwarsaw)
Date: 2001-08-21 16:06

Message:
Logged In: YES 
user_id=12800

This one looks fine to me too.  Same caveat with passing the
standard test suite for CPython applies.  Note: do not merge
this into the 2.2a2 branch.

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

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