[Patches] [ python-Patches-489173 ] Make os.spawnv not block the interpreter

noreply@sourceforge.net noreply@sourceforge.net
Tue, 04 Dec 2001 17:22:34 -0800


Patches item #489173, was opened at 2001-12-04 17:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=489173&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Anthony Roach (anthonyroach)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make os.spawnv not block the interpreter

Initial Comment:
Someone forgot to bracket the calls to _spawnv() and
_spawnve() with Py_BEGIN_ALLOW_THREADS and
Py_END_ALLOW_THREADS. This patch also fixes an error in
the docstrings for os.spawnv and os.spawnve.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=489173&group_id=5470