[issue17782] Fix test_signal failure on x32

Roundup Robot report at bugs.python.org
Wed Apr 17 22:10:44 CEST 2013


Roundup Robot added the comment:

New changeset 7a0fb0f59cf6 by Antoine Pitrou in branch '3.3':
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
http://hg.python.org/cpython/rev/7a0fb0f59cf6

New changeset f9e0eacb6b13 by Antoine Pitrou in branch 'default':
Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
http://hg.python.org/cpython/rev/f9e0eacb6b13

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list