Commit ca923cb
Remove dead UCS-2 emoji regex fallback
Python 3 always uses wide UCS-4 builds, making the except branch
unreachable. The UCS-2 ranges also triggered CodeQL alert
py/overly-large-range due to overlap with �.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 85dec89 commit ca923cb
1 file changed
Lines changed: 5 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
| |||
0 commit comments