Daniel Fetchinson wrote: > If this is the case then I, as a C extension author, will have no > choice than working with a python installation that includes llvm/US. > Which, as far as I undestand it, means dealing with C++ issues. Is > this correct? Or the same pure C extension module compiled with C-only > compilers would work with llvm-US-python and cpython?
As a C extension author you will be fine (the source and linker interface will all still be C-only). C++ extension authors may need to care about making the version of the C++ runtime that they link against match that used internally by CPython/LLVM (although I'm a little unclear on that point myself). Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia --------------------------------------------------------------- _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com