mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00

We can't call PyErr_Restore() without a valid thread state, which won't exist in a custom thread if we just called PyGILState_Release(). Not sure how this has ever worked.