[issue24913] deque.index() overruns deque boundary

2015-09-08 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue24913] deque.index() overruns deque boundary

2015-09-03 Thread Brett Cannon
Brett Cannon added the comment: OK, that should cover 3.5.0 and then null merge through 3.5 and default. I thus consider my favour to Larry done and Raymond now owes me one. -- ___ Python tracker _

[issue24913] deque.index() overruns deque boundary

2015-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f8c59e61594 by Brett Cannon in branch '3.5': Issue #24913: Fix overrun error in deque.index(). https://hg.python.org/cpython/rev/9f8c59e61594 New changeset d093d87e449c by Brett Cannon in branch '3.5': Merge from 3.5.0 for issue #24913 https://hg.p

[issue24913] deque.index() overruns deque boundary

2015-09-03 Thread Larry Hastings
Larry Hastings added the comment: Merged. Please do a (null) merge forward into 3.5.1 and 3.6. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue24913] deque.index() overruns deque boundary

2015-09-03 Thread Brett Cannon
Brett Cannon added the comment: PR created, Larry. -- assignee: brett.cannon -> larry stage: -> resolved ___ Python tracker ___ ___ P

[issue24913] deque.index() overruns deque boundary

2015-09-02 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks Brett :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue24913] deque.index() overruns deque boundary

2015-09-02 Thread Larry Hastings
Larry Hastings added the comment: Assigning to Brett, who has agreed to do the merge to 3.5.0 that Raymond has declined to do. -- assignee: larry -> brett.cannon nosy: +brett.cannon ___ Python tracker

[issue24913] deque.index() overruns deque boundary

2015-08-26 Thread Larry Hastings
Larry Hastings added the comment: https://docs.python.org/devguide/devcycle.html#release-candidate-rc https://mail.python.org/pipermail/python-dev/2015-August/141167.html -- ___ Python tracker

[issue24913] deque.index() overruns deque boundary

2015-08-26 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Please create a pull request at your earliest convenience. I'm not sure what that entails. Can you just apply ae8ec66adc7f and take it from here? -- ___ Python tracker

[issue24913] deque.index() overruns deque boundary

2015-08-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae8ec66adc7f by Raymond Hettinger in branch '3.5': Issue #24913: Fix overrun error in deque.index(). https://hg.python.org/cpython/rev/ae8ec66adc7f -- nosy: +python-dev ___ Python tracker

[issue24913] deque.index() overruns deque boundary

2015-08-26 Thread Larry Hastings
Larry Hastings added the comment: Please create a pull request at your earliest convenience. -- priority: high -> release blocker ___ Python tracker ___ _

[issue24913] deque.index() overruns deque boundary

2015-08-26 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file40261/fix_deque_overrun2.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue24913] deque.index() overruns deque boundary

2015-08-25 Thread Raymond Hettinger
Raymond Hettinger added the comment: Larry, this may need to go into 3.5 if there is still an opportunity. -- assignee: rhettinger -> larry nosy: +larry priority: low -> high title: newblock() Uninitialized Variable -> deque.index() overruns deque boundary versions: +Python 3.6 ___