commit | 280bc223b4b5df841da20faafd1b63cde2694acd | [log] [tgz] |
---|---|---|
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Sep 08 01:04:37 2016 +0000 |
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Sep 08 01:04:37 2016 +0000 |
tree | 95b271c2eed151c5c70d0eb7112e068e3f7db9fc | |
parent | 039f1846543c18810a65bfd0e52c0cdcd46cad08 [diff] |
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. Backport of 186bb8dc5540 from 3.5. Done in 2.7 per the lib2to3 exemption.