Staging
v0.5.1
https://github.com/python/cpython
Revision ccb0442a338066bf40fe417455e5a374e5238afb authored by Victor Stinner on 16 November 2017, 11:20:31 UTC, committed by GitHub on 16 November 2017, 11:20:31 UTC
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()
1 parent 05cb728
History
Tip revision: ccb0442a338066bf40fe417455e5a374e5238afb authored by Victor Stinner on 16 November 2017, 11:20:31 UTC
bpo-32043: New "developer mode": "-X dev" option (#4413)
Tip revision: ccb0442
File Mode Size
index.rst -rw-r--r-- 9.4 KB

back to top