STINNER Victor <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue12459>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to