larsimmisch / pyalsaaudio

ALSA wrappers for Python
http://larsimmisch.github.io/pyalsaaudio/
Other
214 stars 74 forks source link

Fix issue #133: fix alsaaudio.c syntax errors #134

Closed ubifred closed 1 year ago

ubifred commented 1 year ago

@larsimmisch This is a tentative fix, not confident (lake of time) with the Py_BEGIN_ALLOW_THREADS/Py_END_ALLOW_THREADS modifications

fixes #133

larsimmisch commented 1 year ago

Thanks, I'd done a very similar fix before I saw your PR. It's fixed in main now.