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
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.2 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 48.4 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 5.1 KB

README.rst

back to top