Jeffrey Yasskin wrote: > (b) could be a problem if we depend on LLVM as a shared library on one > of these platforms (and, of course, if LLVM's JIT supports these > systems at all). The obvious answers are: 1) --without-llvm on these > systems, 2) link statically on these systems, 3) eliminate the static > constructors. There may also be less obvious answers.
Could the necessary initialisation be delayed until the Py_Initialize() call? (although I guess that is just a particular implementation strategy for option 3). 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