cpython/Tools/unicode
LiarPrincess 0c1d7a06ed
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376)
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
2022-09-28 06:57:14 -07:00
..
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