]> granicus.if.org Git - python/commit
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 00:40:07 +0000 (00:40 +0000)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Thu, 8 Sep 2016 00:40:07 +0000 (00:40 +0000)
commitdd1c638b92ae1552207451c82ed95aa2c1f07201
tree17c9785172126ca63631dc9207380ff7ac583671
parentd61910c598876788c9b4bf0e116370bbfc5a2f85
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.
Lib/lib2to3/pgen2/driver.py
Lib/lib2to3/pgen2/grammar.py
Lib/lib2to3/pgen2/pgen.py
Lib/lib2to3/tests/support.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS