Use the new PyFile_IncUseCount & PyFile_DecUseCount calls appropriatly
within the standard library. These modules use PyFile_AsFile and later release the GIL while operating on the previously returned FILE*.
Showing
Please register or sign in to comment