Skip to content
Snippets Groups Projects
Commit 4982119a authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

interpreter: fix deprecation for python 3.9

ref. https://docs.python.org/3/c-api/init.html#c.PyEval_InitThreads:

> Changed in version 3.7: This function is now called by Py_Initialize(),
> so you don’t have to call it yourself anymore.

> Changed in version 3.9: The function now does nothing.

> Deprecated since version 3.9, will be removed in version 3.11.
parent 84df690f
No related branches found
No related tags found
No related merge requests found
Pipeline #15865 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment