Mentions légales du service

Skip to content

fix deleteInterpreter for python 3.9

NICLAUSSE Nicolas requested to merge feature/fix_for_python_3.9 into develop

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 ???)

Merge request reports