[issue36706] Python script on startup stucks at import

STINNER Victor report at bugs.python.org
Tue Apr 23 09:18:36 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

It seems like you are using Linux. Please using strace to trace system calls to see where Python is stuck:

strace -tt -o trace python3 script.py

Once you reproduce the issue using strace, attach created "trace" file to this issue. "-tt" adds timestamp with millisecond resolution.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36706>
_______________________________________


More information about the Python-bugs-list mailing list