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: Add reference counting micro-optimizations to listobject.c
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger, tekknolagi
Priority: normal Keywords: patch

Created on 2021-12-10 18:34 by tekknolagi, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30036 closed tekknolagi, 2021-12-10 18:34
Messages (2)
msg408242 - (view) Author: Maxwell Bernstein (tekknolagi) * Date: 2021-12-10 18:34
Avoid reference counting in the fast path of list.contains and list.index
msg408290 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2021-12-11 04:39
The OP self-closed the PR.
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90199
2021-12-11 04:39:52rhettingersetstatus: open -> closed

nosy: + rhettinger
messages: + msg408290

resolution: rejected
stage: patch review -> resolved
2021-12-10 18:34:29tekknolagisetkeywords: + patch
stage: patch review
pull_requests: + pull_request28261
2021-12-10 18:34:10tekknolagicreate