]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41215: Don't use NULL by default in the PEG parser keyword list
authorPablo Galindo <pablogsal@gmail.com>
Mon, 6 Jul 2020 18:34:32 +0000 (19:34 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 6 Jul 2020 18:40:50 +0000 (19:40 +0100)
commit39e76c0fb07e20acad454deb86a0457b279884a9
tree0e91d6f08f98971f7e8410eaf1109fbe80e596e9
parentdcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5
bpo-41215: Don't use NULL by default in the PEG parser keyword list
Misc/NEWS.d/next/Core and Builtins/2020-07-06-18-36-33.bpo-41215.vFGFIz.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Tools/peg_generator/pegen/c_generator.py