Eric Wald added the comment:
The approach used in 2.7.4rc1 also works, building cleanly on LFS 7.2; thank
you.
--
nosy: +eswald
___
Python tracker
<http://bugs.python.org/issue9
Eric Wald added the comment:
Reproduced again in version 2.7rc2; I had thought that it went away, but it
turns out that --with-pydebug hides the problem.
Compiling GDB now.
--
status: pending -> open
versions: +Python 2.7
___
Python tracker
&l
Eric Wald added the comment:
Update: Undefining HAVE_SNPRINTF does not correct the problem.
___
Python tracker
<http://bugs.python.org/issue5023>
___
___
Python-bug
New submission from Eric Wald :
Execution of "make test" for Python 2.6.1 halts with a segmentation
fault on line 2198 of Python-2.6.1/Lib/test/test_datetime.py; also
occurs using the attached script, narrowing it down to the %z sequence
in the format argument to datetime.time.strft