Issue1057
Created on 2008-06-15.03:32:14 by pjenvey, last changed 2009-10-20.05:10:53 by pjenvey.
| msg3287 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2008-06-15.03:32:14 |
|
old style classes create a PyFinalizableInstance when a__del__ method is
defined (unfortunately there's even problems with that to: http://bugs.jython.org/issue1634167 )
new style classes don't do anything similar however, thus __del__
methods are never called
this prevents test_descr's delhoook and subtype_resurrection from
passing
|
| msg5246 (view) |
Author: Philip Jenvey (pjenvey) |
Date: 2009-10-20.05:10:53 |
|
Ideally we'd also warn the user if they apply a __del__ after the fact
(see #1634167)
|
|
| Date |
User |
Action |
Args |
| 2009-10-20 05:10:53 | pjenvey | set | messages:
+ msg5246 |
| 2009-05-23 13:54:50 | fwierzbicki | set | nosy:
+ fwierzbicki |
| 2008-12-17 19:51:35 | fwierzbicki | set | priority: normal |
| 2008-06-15 03:33:48 | pjenvey | set | type: behaviour |
| 2008-06-15 03:32:14 | pjenvey | create | |
|