Message29054
Logged In: YES
user_id=1344176
An alternative fix for this would be not to invoke
filter{tuple,string,unicode} on instances of subclasses of
tuple, str and unicode.
This would fix this bug because you have to be using a
subclass of one of these types to exploit the preallocation.
As a side-effect, this would also resolve the issue I raised
in bug #1517509 concerning filter()'s treatment of these
subtypes re: the iterator protocol. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:41:07 | admin | link | issue1517663 messages |
| 2007-08-23 14:41:07 | admin | create | |
|