Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct the news entry.
  • Loading branch information
gpshead committed Nov 13, 2018
commit db5412306854212d1dfe165e2a36a324bc78a604
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fixed an out of bounds memory access when parsing a malformed f-string
ending with ``\N``.
Fixed an out of bounds memory access when parsing a truncated unicode
escape sequence at the end of a string such as ``'\N'``. It would read
one byte beyond the end of the memory allocation.