]> granicus.if.org Git - python/commit
Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.
authorTim Peters <tim.peters@gmail.com>
Wed, 12 Sep 2001 19:12:49 +0000 (19:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 12 Sep 2001 19:12:49 +0000 (19:12 +0000)
commit2400fa4ad115e8ebe75c61c3bb96bd7cf2364dd4
treeb7b324cfd94a932ccfb9d533ce1df33c57413e3d
parent1140cb2b9e74ce302c35e84ac04adc0b11e2db00
Again perhaps the end of [#460020] bug or feature: unicode() and subclasses.
Inhibited complex unary plus optimization when applied to a complex subtype.
Added PyComplex_CheckExact macro.  Some comments and minor code fiddling.
Include/complexobject.h
Lib/test/test_descr.py
Objects/complexobject.c
Objects/floatobject.c