Staging
v0.5.1
https://github.com/python/cpython
Revision 1912b39deffe416f6b0c16df64b634a3e55fd424 authored by Victor Stinner on 26 March 2015, 08:37:23 UTC, committed by Victor Stinner on 26 March 2015, 08:37:23 UTC
in debug mode to detect bugs earlier.

_PyUnicodeWriter_Finish() doesn't check if the read only string is consistent,
whereas it does check consistency for strings built by itself.
1 parent aa4c36f
Raw File
Tip revision: 1912b39deffe416f6b0c16df64b634a3e55fd424 authored by Victor Stinner on 26 March 2015, 08:37:23 UTC
_PyUnicodeWriter_WriteStr() now checks that the input string is consistent
Tip revision: 1912b39
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top