Commit ae2ee2a4 authored by Boris Staletic's avatar Boris Staletic Committed by Wenzel Jakob
Browse files

Avoid using deprecated API in python 3.9

The PyEval_InitThreads() and PyEval_ThreadsInitialized() functions are
now deprecated and will be removed in Python 3.11. Calling
PyEval_InitThreads() now does nothing. The GIL is initialized by
Py_Initialize() since Python 3.7.
parent f99ff736
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment