Ronald Oussoren <ronaldousso...@mac.com> added the comment: The crash happens whenever you import code on a secondairy thread.
I consider this a platform bug in the implementation of dlopen, because the crash also occurs with this variant on test(): def test(): print "DL" p = os.path.join(os.path.dirname(time.__file__), '_locale.so') m = dl.open(p) print m (Don't forget to import dl and os before running the code). I'm investigating a workaround. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7085> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com