This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Avoid inefficient way to find start point in deque.index
Type: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.8
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: hacksg, rhettinger
Priority: normal Keywords: patch

Created on 2018-07-31 16:44 by hacksg, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 8588 closed hacksg, 2018-07-31 16:45
Messages (2)
msg322801 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-07-31 17:34
Can you run some timings to show the difference.  Also, you need to sign a CLA.
msg322803 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-07-31 17:43
OP closed the PR.
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78476
2018-07-31 17:43:29rhettingersetstatus: open -> closed
versions: - Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7
messages: + msg322803

resolution: rejected
stage: patch review -> resolved
2018-07-31 17:34:58rhettingersetassignee: rhettinger

messages: + msg322801
nosy: + rhettinger
2018-07-31 17:02:56hacksgsetcomponents: + Extension Modules, - ctypes
2018-07-31 16:45:35hacksgsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8097
2018-07-31 16:44:39hacksgcreate