]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
reapply the revert made in r83875
authorSenthil Kumaran <orsenthil@gmail.com>
Mon, 9 Aug 2010 07:30:53 +0000 (07:30 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Mon, 9 Aug 2010 07:30:53 +0000 (07:30 +0000)
commit9f347ea5457604694a8e1f94e18e9d00e85bded7
tree775809513c7e344a5759501ddad5b15507f9b87b
parent5c87c1a5a843ab5d09edc279e506b6b8a1c3d3d2
reapply the revert made in r83875

Now the _collections is statically built, the build dependencies are in proper
order and build works fine.

Commit Log from r83874:
Issue 9396.   Apply functools.lru_cache in the place of the
random flushing cache in the re module.
Lib/re.py
Lib/test/test_re.py
Misc/NEWS