cpython.gc.generation
Developmentenumas of v1.44.0
Value of the garbage collector collection generation.
Examples
- 0
- 1
- 2
Values (3)
0Generation 01Generation 12Generation 2
Used by
metrics (3)
- cpython.gc.collected_objects *
- cpython.gc.collections *
- cpython.gc.uncollectable_objects *
* required on that signal.
History
Added as development.