]> granicus.if.org Git - python/commit
Fixed complex.__getnewargs__() to not emit another complex object.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 4 Jun 2008 20:41:44 +0000 (20:41 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 4 Jun 2008 20:41:44 +0000 (20:41 +0000)
commit80af6da7489c3b28e0a46c73849da34273972e3b
tree5571b9dfffaacc77b06124dafe3441f9c4d2cebd
parentd5bb9215c960da14e138adc88c80daa54e6601c4
Fixed complex.__getnewargs__() to not emit another complex object.
Lib/test/test_complex.py
Objects/complexobject.c