1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00
Victor Stinner 4fa3406775
Don't call PyEval_InitThreads() on Python 3.7+ (#132)
Since Python 3.7, the function does nothing. Moreover, it's deprecated since Python 3.9:
https://docs.python.org/3.12/c-api/init.html#c.PyEval_InitThreads

Since pyotherside requires Python 3.8, simply remove the call.
2024-05-31 08:37:58 +02:00
..
2024-05-18 23:05:06 +02:00