[issue7147] Remove WITHOUT_COMPLEX from 3.x trunk

Mark Dickinson report at bugs.python.org
Fri Oct 16 10:50:26 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

I think this patch should be applied, on the basis that:

 - the WITHOUT_COMPLEX macro doesn't appear to be documented, or
   linked to any existing configure option

 - there aren't enough developer and/or buildbot cycles to
   keep obscure options like this well tested and maintained

 - building py3k with -DWITHOUT_COMPLEX currently fails anyway

 - the complex type is (slightly) more tightly integrated in
   py3k than in trunk, thanks to PEP 3141:  (-1)**0.5 produces
   a complex result in py3k; in trunk it gives ValueError.

Any objections to getting rid of WITHOUT_COMPLEX?

The patch itself looks fine to me.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7147>
_______________________________________


More information about the Python-bugs-list mailing list