Raymond Hettinger a164574937 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])".
Inspired by Skip's idea to recognize the throw-away nature of sequences
in this context and to transform their type to one with better performance.
2005-02-06 22:05:42 +00:00
..
2000-05-02 18:34:30 +00:00
2002-06-11 06:22:31 +00:00
2002-01-23 15:51:12 +00:00
2002-08-15 14:59:02 +00:00
Fix
2004-08-07 17:57:16 +00:00
2005-01-25 12:40:01 +00:00
2002-12-30 22:08:05 +00:00
2005-01-12 16:00:55 +00:00
2002-06-11 06:22:31 +00:00
2004-07-07 17:44:12 +00:00