]> granicus.if.org Git - python/commit
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Apr 2013 20:06:44 +0000 (22:06 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 17 Apr 2013 20:06:44 +0000 (22:06 +0200)
commitcf8a1e51ece7cad7096963927993ddfa738627e6
tree236620316415785822a0cd67eec0713d8d8409f2
parentb38897fc91c7f4b80bc2025ade219674d7b78bf3
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
Misc/NEWS
Modules/posixmodule.c
Modules/signalmodule.c
Modules/timemodule.c