diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2020-07-06 19:31:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 19:31:16 (GMT) |
commit | 1ac0cbca369f16f9191833dd54536482fb141a98 (patch) | |
tree | 1800eafad7ec998d61d6172c13194979b86533d6 /Misc | |
parent | dcbaa1b49cd9062fb9ba2b9d49555ac6cd8c60b5 (diff) | |
download | cpython-1ac0cbca369f16f9191833dd54536482fb141a98.zip cpython-1ac0cbca369f16f9191833dd54536482fb141a98.tar.gz cpython-1ac0cbca369f16f9191833dd54536482fb141a98.tar.bz2 |
bpo-41215: Don't use NULL by default in the PEG parser keyword list (GH-21355)
Automerge-Triggered-By: @lysnikolaou
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-07-06-18-36-33.bpo-41215.vFGFIz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-07-06-18-36-33.bpo-41215.vFGFIz.rst b/Misc/NEWS.d/next/Core and Builtins/2020-07-06-18-36-33.bpo-41215.vFGFIz.rst new file mode 100644 index 0000000..7343da3 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-07-06-18-36-33.bpo-41215.vFGFIz.rst @@ -0,0 +1,2 @@ +Use non-NULL default values in the PEG parser keyword list to overcome a bug that was preventing
+Python from being properly compiled when using the XLC compiler. Patch by Pablo Galindo.
|