From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Thu, 8 Sep 2016 00:46:26 +0000 (+0000) Subject: lib2to3.pgen3.driver.load_grammar() now creates a stable cache file X-Git-Tag: v3.6.0b1~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c578d62fce2b98ee4e3be1e171569a67fe56178;p=thirdparty%2FPython%2Fcpython.git lib2to3.pgen3.driver.load_grammar() now creates a stable cache file between runs given the same Grammar.txt input regardless of the hash randomization setting. --- 0c578d62fce2b98ee4e3be1e171569a67fe56178 diff --cc Misc/NEWS index fb8a0cb54845,e4991c9decec..91a3e8b04daa --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -99,8 -46,31 +99,12 @@@ Core and Builtin Library ------- + - lib2to3.pgen3.driver.load_grammar() now creates a stable cache file + between runs given the same Grammar.txt input regardless of the hash + randomization setting. + +- Issue #28005: Allow ImportErrors in encoding implementation to propagate. + - Issue #27570: Avoid zero-length memcpy() etc calls with null source pointers in the "ctypes" and "array" modules.