]> granicus.if.org Git - python/commit
Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0():
authorGreg Ward <gward@python.net>
Tue, 27 May 2003 01:57:21 +0000 (01:57 +0000)
committerGreg Ward <gward@python.net>
Tue, 27 May 2003 01:57:21 +0000 (01:57 +0000)
commitd0d592fd3225daa50a56b84b6e3df61ffe8bfea4
treeeb86cba725ce6546a65463bc6c7729eb51ffa7e9
parent7b4abbb2e20ba375ec7c842378bc57b30d5b1f04
Oops, move the GIL release/reacquire from oss_sync() to _do_ioctl_0():
that way it applies to *only* the ioctl() call, and also happens for the
other blocking ioctls (POST, RESET).
Modules/ossaudiodev.c