PyGILState_Ensure does not work properly in threads started from C
@ctismer reports that a thread started from C that calls PyGILState_Ensure
does not work correctly in all situations. Indeed, it looks like cpyext does not have a test that does that, and there is no call to rgil.acquire_maybe_in_new_thread
in cpyext at all.