mirror of https://github.com/python/cpython
0c1d7a06ed
Fix for duplicate 1st entry in 'Objects/unicodetype_db.h': ```c /* a list of unique character type descriptors */ const _PyUnicode_TypeRecord _PyUnicode_TypeRecords[] = { {0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0}, <--- HERE {0, 0, 0, 0, 0, 32}, {0, 0, 0, 0, 0, 48}, … ``` https://bugs.python.org/issue47243 Automerge-Triggered-By: GH:isidentical |
||
---|---|---|
.. | ||
python-mappings | ||
Makefile | ||
comparecodecs.py | ||
gencjkcodecs.py | ||
gencodec.py | ||
genmap_japanese.py | ||
genmap_korean.py | ||
genmap_schinese.py | ||
genmap_support.py | ||
genmap_tchinese.py | ||
genwincodec.py | ||
genwincodecs.bat | ||
listcodecs.py | ||
makeunicodedata.py | ||
mkstringprep.py |