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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to