[Python-bugs-list] [ python-Bugs-410471 ] linuxaudiodev lacket Py_BEGIN/END_THREAD

noreply@sourceforge.net noreply@sourceforge.net
Wed, 21 Mar 2001 22:23:21 -0800


Bugs item #410471, was updated on 2001-03-21 22:23
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=410471&group_id=5470

Category: Python Library
Group: Platform-specific
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: linuxaudiodev lacket Py_BEGIN/END_THREAD

Initial Comment:
The system calls in the linuxaudiodev module need to
be wrapped with:

  Py_BEGIN_ALLOW_THREADS
  Py_END_ALLOW_THREADS

so that audio I/O can occur async/multithreaded.

I'm including a patch to fix this, for Python 2.0.

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

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