]> granicus.if.org Git - python/commit
Make sure the itertools filter functions give the same performance for func=bool...
authorRaymond Hettinger <python@rcn.com>
Mon, 25 Feb 2008 22:42:32 +0000 (22:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 25 Feb 2008 22:42:32 +0000 (22:42 +0000)
commit9d63837e9b9f4163e4019257f5c15b8007c8ad2e
tree16cdbd6b0fbdaf5bfed98dfff57b6f8540474eb3
parentdf4198915a5329ba300e29d187febdf8bae65b74
Make sure the itertools filter functions give the same performance for func=bool as func=None.
Lib/test/test_itertools.py
Modules/itertoolsmodule.c