Message149718
> (b"A"*1000).find(b"A") : -70%
This one is a performance regression introduced by #12170. Attached patch checks object type before trying a conversion to size_t instead of catching an exception. |
|
Date |
User |
Action |
Args |
2011-12-17 23:33:03 | vstinner | set | recipients:
+ vstinner, collinwinter, ezio.melotti, flox, Boris.FELD |
2011-12-17 23:33:03 | vstinner | set | messageid: <1324164783.53.0.777735680262.issue13623@psf.upfronthosting.co.za> |
2011-12-17 23:33:02 | vstinner | link | issue13623 messages |
2011-12-17 23:33:02 | vstinner | create | |
|