Reference cycles
Steve D'Aprano
steve+python at pearwood.info
Sun Sep 24 11:11:57 EDT 2017
More information about the Python-list mailing list
Sun Sep 24 11:11:57 EDT 2017
- Previous message (by thread): SyntaxError: multiple statements found while compiling a single statement
- Next message (by thread): Reference cycles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a way to log when the garbage collector finds and collects a reference cycle? I don't care about objects claimed by the reference counter, I only care about cycles. -- Steve “Cheer up,” they said, “things could be worse.” So I cheered up, and sure enough, things got worse.
- Previous message (by thread): SyntaxError: multiple statements found while compiling a single statement
- Next message (by thread): Reference cycles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list