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.
Created on 2013年05月02日 09:53 by alexandre.vassalotti, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| refactor_reduce.patch | alexandre.vassalotti, 2013年05月02日 09:53 | |||
| Messages (2) | |||
|---|---|---|---|
| msg188261 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2013年05月02日 09:53 | |
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. |
|||
| msg203212 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2013年11月17日 21:21 | |
Merged with issue #17810 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:45 | admin | set | github: 62093 |
| 2013年11月17日 21:21:00 | alexandre.vassalotti | set | status: open -> closed superseder: Implement PEP 3154 (pickle protocol 4) resolution: duplicate messages: + msg203212 |
| 2013年05月02日 09:53:56 | alexandre.vassalotti | link | issue17810 dependencies |
| 2013年05月02日 09:53:07 | alexandre.vassalotti | create | |