[issue9420] gdbm with /usr/include/ndbm.h

2013-03-25 Thread Eric Wald
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

[issue5023] Segfault in datetime.time.strftime("%z")

2010-07-04 Thread Eric Wald
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

[issue5023] Segfault in datetime.time.strftime("%z")

2009-01-22 Thread Eric Wald
Eric Wald added the comment: Update: Undefining HAVE_SNPRINTF does not correct the problem. ___ Python tracker <http://bugs.python.org/issue5023> ___ ___ Python-bug

[issue5023] Segfault in datetime.time.strftime("%z")

2009-01-21 Thread Eric Wald
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