Add warning to PyThreadState_Swap() that it should not be used in Cython code...
Add warning to PyThreadState_Swap() that it should not be used in Cython code because Cython makes the assumption that the current thread state does not change in arbitrary places.
Showing
Please register or sign in to comment