__new__ got multiple values for keyword argument 'type'

Jan. 26, 2006
9:28 a.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

January 2006
9:38 a.m.
New subject: __new__ got multiple values for keyword argument 'type'
Reverting r22510 "fixes" this, but I don't know why.
6986
Age (days ago)
6986
Last active (days ago)
1 comments
1 participants
participants (1)
-
Sanghyeon Seo