fix deleteInterpreter for python 3.9
deleteInterpreter is crashing with python 3.9 This branch fix this. I don't know why the previous code works with 3.7 since the current interpreter state should hold the GIL before calling PyInterpreterState_Clear (or maybe i missed something ???)