[New-bugs-announce] [issue17893] Refactor reduce protocol implementation

Alexandre Vassalotti report at bugs.python.org
Thu May 2 11:53:07 CEST 2013


New submission from Alexandre Vassalotti:

I have tried to clean up a bit of the implementation of the reduce protocol in typeobject.c in preparation for PEP 3154's support of classes with __new__ using keyword-only arguments. I am not quite done yet with the refactorings, but I would appreciate some early feedback about whether  the changes looks right or other refactoring ideas you might have.

----------
assignee: alexandre.vassalotti
components: Interpreter Core
files: refactor_reduce.patch
keywords: patch
messages: 188261
nosy: alexandre.vassalotti, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Refactor reduce protocol implementation
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file30105/refactor_reduce.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17893>
_______________________________________


More information about the New-bugs-announce mailing list