SIGN IN SIGN UP

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()
V
Victor Stinner committed
ccb0442a338066bf40fe417455e5a374e5238afb
Parent: 05cb728
Committed by GitHub <noreply@github.com> on 11/16/2017, 11:20:31 AM