[Python-Dev] Marking GC details as CPython-only (original) (raw)

Maciej Fijalkowski fijall at gmail.com
Wed Feb 13 19:48:08 CET 2013


Hi

I've tried (and failed) to find what GC details (especially finalizer semantics) are CPython only and which ones are not. The best I could find was the documentation of del here: http://docs.python.org/2/reference/datamodel.html

Things were pypy differs:

Overall, the del is baaad.

Cheers, fijal



More information about the Python-Dev mailing list