Commit 9fbcb14
authored
Discovered using clang's MemorySanitizer when it ran python3's
test_fstring test_misformed_unicode_character_name.
An msan build will fail by simply executing: ./python -c 'u"\N"'
(cherry picked from commit 746b2d3)
Co-authored-by: Gregory P. Smith <[email protected]>
https://bugs.python.org/issue35214
1 parent c30830b commit 9fbcb14
File tree
2 files changed
+4
-1
lines changed- Misc/NEWS.d/next/Core and Builtins
- Objects
2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6042 | 6042 | | |
6043 | 6043 | | |
6044 | 6044 | | |
6045 | | - | |
| 6045 | + | |
6046 | 6046 | | |
6047 | 6047 | | |
6048 | 6048 | | |
| |||
0 commit comments