[issue22985] Segfault on time.sleep

STINNER Victor report at bugs.python.org
Fri Dec 5 22:44:09 CET 2014


STINNER Victor added the comment:

> Program received signal SIGTERM, Terminated.

SIGTERM is not a segmentation fault. SIGSEGV is for segmentation faults.

----------
nosy: +haypo
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list