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
History
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

README

back to top