Garbage Collector findings
To understand pythons garbage collector better and to get
a picture about the runtime behaviour and performance
I did some experiments:
The attached script allocates a lot of circularly self
referencing lists. Then it instantiates a one item list.
I tuned the loop co
Title: Documentation about Python's GC, python-dev list messages referenced in Modules/gcmodule.c not reachable anymore
Hi All,
Hi Neil,
While searching documentation about Pythons GC and it's behaviour I found references to the python-dev list in ``Modules/gcmodule.c``.
But unfortunatel
Hi Neil,
Hi Tim,
Hi Simon,
your responsive and valuable answers cleared up most of the open
questions and gave a very positive impression to my project leader about
the python community and python itself.
Thank you very much!
I'm trying to get more into the GC implementation before asking more