Files
cpython/Modules
Victor Stinner ccb0442a33 bpo-32043: New "developer mode": "-X dev" option (#4413)
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()
2017-11-16 03:20:31 -08:00
..
2017-11-05 15:37:50 +02:00
2017-03-23 17:53:47 +02:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2017-11-05 15:37:50 +02:00
2016-09-06 10:46:49 -07:00
2017-11-08 14:44:44 -08:00
2017-09-14 18:13:16 -07:00
2017-11-05 15:37:50 +02: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.