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