mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Freeze all the objects tracked by gc - move them to a permanent generation and ignore all the future collections. This can be used before a POSIX fork() call to make the gc copy-on-write friendly or to speed up collection. |
||
|---|---|---|
| .. | ||
| ceval.h | ||
| condvar.h | ||
| gil.h | ||
| mem.h | ||
| pymalloc.h | ||
| pystate.h | ||
| warnings.h | ||