]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 25 Oct 2020 23:03:41 +0000 (23:03 +0000)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 23:03:41 +0000 (23:03 +0000)
commite68c67805e6a4c4ec80bea64be0e8373cc02d322
tree129821827cbba9aea627cf226d9644b086cab3d0
parentd1a0a960ee493262fb95a0f5b795b5b6d75cecb8
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Misc/NEWS.d/next/Core and Builtins/2020-10-25-21-14-18.bpo-42150.b70u_T.rst [new file with mode: 0644]
Parser/pegen.c