[issue10052] Python/dtoa.c:158: #error "Failed to find an exact-width 32-bit integer type" (FreeBSD 4.11 + gcc 2.95.4)

Mark Dickinson report at bugs.python.org
Mon Oct 11 21:56:27 CEST 2010


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

> Anyway, I would like to leave the decision to the core developers.

You mean the core developers other than Stefan? ;-)

I don't have any objection to a patch for this problem, provided that that patch is specifically targeted at FreeBSD 4, and clearly doesn't change behaviour on any other platform.

On one hand I agree that FreeBSD 4 isn't a high priority platform;  on the other, it's not *that* obscure, and failure to build the Python core (rather than the extension modules) is quite a big deal.  It's also a regression from 2.6, IIUC.  And it should be easy to fix, with a single block of code in pyport.h.

----------

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


More information about the Python-bugs-list mailing list