Change by Philipp Gortan :
--
nosy: +mephinet
___
Python tracker
<https://bugs.python.org/issue40821>
___
___
Python-bugs-list mailing list
Unsubscribe:
Philipp Gortan added the comment:
I can reproduce this problem with Gentoo Hardened and
gcc version 3.4.6 (Gentoo Hardened 3.4.6-r2 p1.6, ssp-3.4.6-1.0, pie-8.7.10)
when gdb-ing through the datetimemodule.c, and displaying the "tuple"
variable in time_strftime, I can see that the po
Philipp Gortan added the comment:
@belopolsky: unittest exists,
/usr/lib/python2.6/test/test_datetime.py
as mentioned by the OP, this unittest reproduces
the issue.
--
___
Python tracker
<http://bugs.python.org/issue5
Philipp Gortan added the comment:
Unfortunately, I'm no longer able to reproduce this issue as I upgraded to gcc
4.3 sometime within the last nine months...
With 4.3, I don't see this segfault any longer.
--
___
Python trac