[issue7147] Remove WITHOUT_COMPLEX from 3.x trunk

2009-10-18 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com added the comment:

Skip, I think you could just check this in.  (Or I can do it if you'd 
prefer.)

--
assignee:  - skip.montanaro
resolution:  - accepted

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7147
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7147] Remove WITHOUT_COMPLEX from 3.x trunk

2009-10-18 Thread Skip Montanaro

Skip Montanaro s...@pobox.com added the comment:

Committed revision 75495.

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7147
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7147] Remove WITHOUT_COMPLEX from 3.x trunk

2009-10-16 Thread Mark Dickinson

Mark Dickinson dicki...@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 rep...@bugs.python.org
http://bugs.python.org/issue7147
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7147] Remove WITHOUT_COMPLEX from 3.x trunk

2009-10-15 Thread Skip Montanaro

New submission from Skip Montanaro s...@pobox.com:

I raised the topic of the use of WITHOUT_COMPLEX in python-dev.  Here's
a patch to remove it from the 3.x trunk.

--
components: Interpreter Core
files: nocomplex.diff
keywords: easy, needs review, patch, patch
messages: 94113
nosy: skip.montanaro
priority: normal
severity: normal
stage: patch review
status: open
title: Remove WITHOUT_COMPLEX from 3.x trunk
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file15144/nocomplex.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7147
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com