[Python-Dev] Design question: call del only after successful init? (original) (raw)
Barry A. Warsaw bwarsaw@cnri.reston.va.us
Fri, 3 Mar 2000 00:50:16 -0500 (EST)
- Previous message: [Python-Dev] Design question: call __del__ only after successful __init__?
- Next message: [Python-Dev] Design question: call __del__ only after successful __init__?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"TP" == Tim Peters <timone@email.msn.com> writes:
TP> (surely not compatibility w/ JPython -- JPython doesn't invoke
TP> __del__ methods at all by magic, right? or is that changing,
TP> and that's what's driving this?).
No, JPython doesn't invoke del methods by magic, and I don't have any plans to change that.
-Barry
- Previous message: [Python-Dev] Design question: call __del__ only after successful __init__?
- Next message: [Python-Dev] Design question: call __del__ only after successful __init__?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]