Undefined symbols for architecture i386:
"_PyInt_AsLong", referenced from: _main in main.o
"_PyInt_FromLong", referenced from: _main in main.o
"_PyString_FromString", referenced from: _main in main.o
ld: symbol(s) not found for architecture i386 clang: error:
linker command failed with exit code 1 (use -v to see invocation)
_PyInt_FromLongis replaced withPyLong_FromLong. See python3porting.com/cextensions.html