Files
cpython/Modules
brainfvck c75edabbb6 bpo-31558: Add gc.freeze() (#3705)
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.
2017-10-16 12:49:41 -07:00
..
2017-10-16 12:49:41 -07:00
2017-03-23 17:53:47 +02:00
2017-10-16 12:49:41 -07:00
2017-09-14 18:13:16 -07:00
2017-01-31 23:31:10 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.