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: Simplify __reduce__ for ordered dict iterators
Type: performance Stage: resolved
Components: Interpreter Core Versions: Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: pablogsal
Priority: normal Keywords: patch

Created on 2018-09-11 21:17 by pablogsal, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9184 closed pablogsal, 2018-09-11 21:19
Messages (1)
msg325063 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2018-09-11 21:17
The code for __reduce__ in ordered dictionaries can be simplified in the similar way issue34573 is treating dict and set objects.
History
Date User Action Args
2022-04-11 14:59:05adminsetgithub: 78814
2018-09-11 22:42:43pablogsalsetstatus: open -> closed
stage: patch review -> resolved
2018-09-11 21:40:41pablogsalsettitle: Simplify __reduce__ for ordered dict. -> Simplify __reduce__ for ordered dict iterators
2018-09-11 21:19:17pablogsalsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8622
2018-09-11 21:17:51pablogsalcreate