Commit be3c037
committed
Stop calling PyEval_InitThreads
PyEval_InitThreads is depricated, since 3.7 it is not necessary to call
it.
On python 3.12 it is not present anymore, which cases build to fail.
Ref: https://docs.python.org/3/c-api/init.html#c.PyEval_InitThreads1 parent dccfe90 commit be3c037
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | 670 | | |
674 | 671 | | |
675 | 672 | | |
| |||
0 commit comments