]> granicus.if.org Git - python/commit
More bug 460020: when F is a subclass of float, disable the unary plus
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 21:53:35 +0000 (21:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Sep 2001 21:53:35 +0000 (21:53 +0000)
commit0280cf79a71cf2bf710d57e921d61184aa1b2dfd
treec5dd1d437398d512b4be1cb0cc8724733656286c
parent73a1dfe3674429f923e98b84ef01df1614baad2f
More bug 460020:  when F is a subclass of float, disable the unary plus
optimization (+F(whatever)).
Lib/test/test_descr.py
Objects/floatobject.c