[Python-3000] PEP: Eliminate del (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Tue May 1 11:17:02 CEST 2007
- Previous message: [Python-3000] PEP: Eliminate __del__
- Next message: [Python-3000] PEP: Eliminate __del__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Historically, del has been one of the more error-laden dark corners of the language. From an implementation point of view, it has proven to be a thorny maintenance problem that grew almost beyond the range of human comprehension once garbage collection was introduced.
+1
Martin
- Previous message: [Python-3000] PEP: Eliminate __del__
- Next message: [Python-3000] PEP: Eliminate __del__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]