diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-11 13:45:56 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-11 13:45:56 (GMT) |
commit | 10a99b024df0d30911b198146d0206c8f6d0d6c7 (patch) | |
tree | 686d14ab6fbf451b81c4b952e9b2877f4b8dee32 /Misc | |
parent | 699cd9f7f175b4adb18577ae2e5faed329544713 (diff) | |
download | cpython-10a99b024df0d30911b198146d0206c8f6d0d6c7.zip cpython-10a99b024df0d30911b198146d0206c8f6d0d6c7.tar.gz cpython-10a99b024df0d30911b198146d0206c8f6d0d6c7.tar.bz2 |
Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore.
Instead, the re module's standard caching does its work.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -303,6 +303,9 @@ Core and Builtins Library ------- +- Issue #13150: The tokenize module doesn't compile large regular expressions + at startup anymore. + - Issue #11171: Fix distutils.sysconfig.get_makefile_filename when Python was configured with different prefix and exec-prefix. |