Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1 KB

File metadata and controls

22 lines (15 loc) · 1 KB

CPython

CPython attributes

This document defines CPython related attributes.

Attribute Type Description Examples Stability
cpython.gc.generation int Value of the garbage collector collection generation. 0; 1; 2 Development

cpython.gc.generation has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
0 Generation 0 Development
1 Generation 1 Development
2 Generation 2 Development