mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
c75edabbb6
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.