mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
ccb0442a33
Add a new "developer mode": new "-X dev" command line option to enable debug checks at runtime. Changes: * Add unit tests for -X dev * test_cmd_line: replace test.support with support. * Fix _PyRuntimeState_Fini(): Use the same memory allocator than _PyRuntimeState_Init(). * Fix _PyMem_GetDefaultRawAllocator()
Source files for standard library extension modules, and former extension modules that are now builtin modules.