Files
cpython/Modules
Victor Stinner 3bf0f3ad20 bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Replace two Python function calls with a single one to ensure that no
memory allocation is done between the invalid object is created and
when _PyObject_IsFreed() is called.
2019-06-07 16:22:21 +02:00
..

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