-
Stefan Behnel authored
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.
57f3dc82
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.