__new__ got multiple values for keyword argument 'type'
26 Jan
2006
26 Jan
'06
2:28 p.m.
With r22685, I get this error: $ py.py PyPy 0.8.0 in StdObjSpace on top of Python 2.3.5 (startuptime: 5.94 secs)
class C: .... def __init__(self, **kw): .... pass .... c = C(type='test') Traceback (application-level): File "<inline>", line 1 in <interactive> c = C(type='test') TypeError: __new__() got multiple values for keyword argument 'type'
Any idea? Seo Sanghyeon
26 Jan
26 Jan
2:38 p.m.
New subject: __new__ got multiple values for keyword argument 'type'
Reverting r22510 "fixes" this, but I don't know why.
6862
Age (days ago)
6862
Last active (days ago)
1 comments
1 participants
participants (1)
-
Sanghyeon Seo