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