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 2008年03月17日 17:24 by jackdied, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg63681 - (view) | Author: Jack Diederich (jackdied) * (Python committer) | Date: 2008年03月17日 17:24 | |
typeobject.c:type_new only allows 0 or 1 keyword arg in class creation instead of an arbitrary number as per PEP3115. I'm working on a patch. |
|||
| msg63727 - (view) | Author: Jack Diederich (jackdied) * (Python committer) | Date: 2008年03月17日 19:33 | |
Not a bug. If you pass arbitrary keywords in class construction you have to define __new__ and __init__ on the metaclass to handle them. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46581 |
| 2008年03月17日 19:33:11 | jackdied | set | status: open -> closed resolution: not a bug messages: + msg63727 |
| 2008年03月17日 17:24:19 | jackdied | create | |