[New-bugs-announce] [issue31806] Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and socketmodule.c
Pablo Galindo Salgado
report at bugs.python.org
Tue Oct 17 18:21:32 EDT 2017
New submission from Pablo Galindo Salgado <pablogsal at gmail.com>:
Following PR for https://bugs.python.org/issue31786 time_sleep, lock_acquire_parse_args and socket_parse_timeout should use _PyTime_ROUND_TIMEOUT instead of _PyTime_ROUND_CEILING.
----------
components: Library (Lib)
messages: 304540
nosy: pablogsal
priority: normal
severity: normal
status: open
title: Use _PyTime_ROUND_TIMEOUT in _threadmodule.c, timemodule.c and socketmodule.c
versions: Python 3.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31806>
_______________________________________
More information about the New-bugs-announce
mailing list