[issue12459] time.sleep(-1.0) behaviour

STINNER Victor report at bugs.python.org
Fri Jul 1 11:41:52 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> According to Google Code Search, deliberate uses of sleep(-1)
> are almost non-existent:

The search gives two results, in pycaf and a plone installer (in "compilezpy.py"). I don't know what is the expected behaviour: "infinite" sleep? wait for a SIGINT signal? I'm ok to only change this in Python 3.3, it's not a good idea to introduce subtle differences in minor Python releases.

----------

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


More information about the Python-bugs-list mailing list