commit | 15fec5627ac343afd0bfa1e847746071982d5172 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 05 17:13:14 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 05 17:13:14 2020 -0700 |
tree | 4da7778e569651b14f0986d867348d77590b427b | |
parent | 79e6c15aed9b4b50efd39ddaf1dc40c374b51213 [diff] |
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>