[Python-Dev] building with C++

Anthony Baxter anthony at interlink.com.au
Thu Apr 13 04:10:03 CEST 2006


So I lied - I found the time today to spread the magic pixie dust of 
extern "C" {} around to get the Python core to build and link with 
g++. (It still builds with gcc). There's still an issue with 
Modules/_sre.c, and now that we can run setup.py, there's lots and 
lots of errors from the various code in Modules that's not C++ safe.

Anthony


More information about the Python-Dev mailing list