[pypy-issue] [issue1323] subprocess.call, threading.Thread and OS X does not complete

Kenny Levinsen tracker at bugs.pypy.org
Tue Nov 13 20:39:13 CET 2012


New submission from Kenny Levinsen <kennylevinsen at gmail.com>:

The attached code should wait 1 second (through the call to sleep), and does so 
when run by CPython. In PyPy on OS X (10.8.2), however, it hangs.

Commenting in the print line at the beginning of the sleep function makes it 
work, which makes things very confusing.

----------
messages: 4991
nosy: joushou, pypy-issue
priority: bug
status: unread
title: subprocess.call, threading.Thread and OS X does not complete

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1323>
________________________________________


More information about the pypy-issue mailing list