Elapsed time debugging in gc.c
|
|
4
|
174
|
October 19, 2025
|
I have created a alternative GC for python it's called VGC no GIL bottleneck
|
|
33
|
668
|
October 16, 2025
|
C-API: confusion when to implement GC—docs vs stdlib
|
|
2
|
88
|
April 18, 2025
|
What are the cases where objects will never be collected?
|
|
6
|
1032
|
May 2, 2024
|
Garbage collection of function context when nested function is returned
|
|
6
|
690
|
October 3, 2023
|
Generation 2 GC events occur frequently and regularly collecting zero objects
|
|
2
|
832
|
September 19, 2023
|
Removing PyGC_Head for small objects
|
|
17
|
3418
|
July 18, 2023
|
What's up with garbage-collected asyncio.Task objects?
|
|
12
|
3443
|
July 17, 2023
|
What is the earliest moment when a Python object is eligible for garbage collection and finalization?
|
|
6
|
1047
|
August 18, 2022
|
Weakref'edobjects are discard too enthusiastically - how can I change this?
|
|
5
|
478
|
June 1, 2022
|
Switching from refcounting to libgc
|
|
37
|
6498
|
April 19, 2020
|