>From a not yet released update to the FAQ:
| 3.11. Q. Trouble building Python on Linux.
|
| A. In 1.1 and 1.1.1, there's a bug in the reference counting logic of
| ternary pow() which is only tripped by very picky mallocs, like the
| GNU malloc on Linux. This has been fixed in 1.2. To continue the
| tests, just disable the tests of pow() with three arguments from
| Lib/test/test_b2.py.
Note that 1.2 isn't out yet, but a beta version can be found on
ftp.cwi.nl in pub/guido. If you use this you're expected to ket me
know about anything that doesn't work!
--Guido van Rossum, CWI, Amsterdam <mailto:Guido.van.Rossum@cwi.nl>
<http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>