[issue34925] 25% speed-up to common case for bisect()

2018-10-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset de2e448414530689f2e60e84fd78bdfebb772898 by Raymond Hettinger in branch 'master': bpo-34925: Optimize common case for bisect() argument parsing (#9753) https://github.com/python/cpython/commit/de2e448414530689f2e60e84fd78bdfebb772898 --

[issue34925] 25% speed-up to common case for bisect()

2018-10-08 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34925] 25% speed-up to common case for bisect()

2018-10-08 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34925] 25% speed-up to common case for bisect()

2018-10-07 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: 25% speed-up to common case bisect() -> 25% speed-up to common case for bisect() ___ Python tracker ___ ___