Boris Staletic ae2ee2a4a5 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.
2020-06-30 23:50:23 +02:00
..
2020-04-26 18:07:51 +02:00
2020-06-29 11:48:44 +02:00
2017-08-14 11:40:38 -04:00
2020-06-15 23:19:19 +02:00