]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Jun 2020 00:13:14 +0000 (17:13 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2020 00:13:14 +0000 (17:13 -0700)
commit15fec5627ac343afd0bfa1e847746071982d5172
tree4da7778e569651b14f0986d867348d77590b427b
parent79e6c15aed9b4b50efd39ddaf1dc40c374b51213
bpo-40880: Fix invalid read in newline_in_string in pegen.c (GH-20666)

* bpo-40880: Fix invalid read in newline_in_string in pegen.c

* Update Parser/pegen/pegen.c

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
* Add NEWS entry

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
(cherry picked from commit 2e6593db0086004a1ca7f7049218ff9573d473c2)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2020-06-06-00-23-19.bpo-40880.fjdzSh.rst [new file with mode: 0644]
Parser/pegen/pegen.c