diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-17 23:43:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 23:43:14 (GMT) |
commit | b455df59a8eca1b0c0793bc11a116ffc2829b175 (patch) | |
tree | ce59d9a1c3cb7805442ad71a649d4a096f0cf354 /Misc/NEWS.d | |
parent | e3aa9fd77bf474bb3e8a7a1d1bd1ebf45147945a (diff) | |
download | cpython-b455df59a8eca1b0c0793bc11a116ffc2829b175.zip cpython-b455df59a8eca1b0c0793bc11a116ffc2829b175.tar.gz cpython-b455df59a8eca1b0c0793bc11a116ffc2829b175.tar.bz2 |
bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580)
(cherry picked from commit df4ae55e66e34ea8de6a34f0b104871ddaf35d53)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst new file mode 100644 index 0000000..c2ec3d6 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-16-19-00-27.bpo-45820.2X6Psr.rst @@ -0,0 +1,2 @@ +Fix a segfault when the parser fails without reading any input. Patch by +Pablo Galindo |