]> granicus.if.org Git - python/commit
Issue #13150: The tokenize module doesn't compile large regular expressions at startu...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 11 Oct 2011 13:45:56 +0000 (15:45 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 11 Oct 2011 13:45:56 +0000 (15:45 +0200)
commit10a99b024df0d30911b198146d0206c8f6d0d6c7
tree686d14ab6fbf451b81c4b952e9b2877f4b8dee32
parent699cd9f7f175b4adb18577ae2e5faed329544713
Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore.
Instead, the re module's standard caching does its work.
Lib/tokenize.py
Misc/NEWS