I want to update my Python version from 2.7 to 3.5.
When compiling code that uses PyString_InternFromString
and this Py_InitModule
I get error messages:
Error 199 error C3861: 'Py_InitModule': identifier not found
Error 196 error C3861: 'PyString_InternFromString': identifier not found
My question is, What is the equivalent to those identifiers in python 3.5?