Release the GIL in two more methods:
* sync(), because it waits for hardware buffers to flush, which can take several seconds depending on cirumstances (according to the OSS docs) * close(), because it does an implicit sync()
Showing
Please register or sign in to comment