[New-bugs-announce] [issue34633] Simplify __reduce__ for ordered dict.

Pablo Galindo Salgado report at bugs.python.org
Tue Sep 11 17:17:51 EDT 2018


New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:

The code for __reduce__ in ordered dictionaries can be simplified in the similar way issue34573 is treating dict and set objects.

----------
components: Interpreter Core
messages: 325063
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Simplify __reduce__ for ordered dict.
type: performance
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34633>
_______________________________________


More information about the New-bugs-announce mailing list