]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
authorBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 03:41:54 +0000 (23:41 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 03:41:54 +0000 (23:41 -0400)
commit42124a727d0516e8b98b4b2d3dbae4044d34a836
tree0e230ac6068d9a6f1effc9c7fbe0467a8ccd5565
parent7ff2094bc7e2c6ecb735116b2187187bb4f58daa
initialize map/filter/zip in _PyBuiltin_Init rather than the catch-all function
Objects/object.c
Python/bltinmodule.c