This repository was archived by the owner on Aug 10, 2022. It is now read-only.
This repository was archived by the owner on Aug 10, 2022. It is now read-only.
PyEval_ReInitThreads removed since python 3.8 #39
Open
Description
Describe what happened:
PyEval_ReInitThreads() uses C.PyEval_ReInitThreads, but this symbol has been removed since python3.8.
Describe what you expected:
Please revise the code to check whether symbol C.PyEval_ReInitThreads exists. If not, just skip using this symbol in PyEval_ReInitThreads().
Steps to reproduce the issue:
With python 3.8, get go-python3 package.
Metadata
Metadata
Assignees
Labels
No labels