mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
Issue #15984: Merge PyUnicode doc from 3.5
This commit is contained in:
commit
cda80940ed
35 changed files with 64 additions and 70 deletions
|
@ -850,7 +850,7 @@ Py_LOCAL_INLINE(Py_ssize_t) findchar(const void *s, int kind,
|
|||
}
|
||||
|
||||
#ifdef Py_DEBUG
|
||||
/* Fill the data of an Unicode string with invalid characters to detect bugs
|
||||
/* Fill the data of a Unicode string with invalid characters to detect bugs
|
||||
earlier.
|
||||
|
||||
_PyUnicode_CheckConsistency(str, 1) detects invalid characters, at least for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue