[issue17893] Refactor reduce protocol implementation

2013-11-17 Thread Alexandre Vassalotti

Alexandre Vassalotti added the comment:

Merged with issue #17810

--
resolution:  - duplicate
status: open - closed
superseder:  - Implement PEP 3154 (pickle protocol 4)

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17893
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17893] Refactor reduce protocol implementation

2013-05-02 Thread Alexandre Vassalotti

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