STINNER Victor added the comment: It is a deadlock on the import lock. You should avoid creating and waiting for a thread when a module is imported. Defer the creation of the thread.
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27387> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com