Files
cpython/Modules
Serhiy Storchaka 115b27d2bb [3.14] gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664) (GH-143686)
Previously, this could cause crash or data corruption, now concurrent calls
of methods of the same object raise RuntimeError.
(cherry picked from commit d1282efb2b)
2026-01-11 12:37:00 +00:00
..

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