8000 bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h' (GH-32376) · python/cpython@0c1d7a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c1d7a0

Browse files
authored
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
1 parent 5c110d1 commit 0c1d7a0

File tree

3 files changed

+2324
-2335
lines changed

3 files changed

+2324
-2335
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed duplicate '{0, 0, 0, 0, 0, 0}' entry in 'Objects/unicodetype_db.h'.

0 commit comments

Comments
 (0)
0