[issue36706] Python script on startup stucks at import

2021-12-06 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pyt

[issue36706] Python script on startup stucks at import

2021-11-22 Thread Irit Katriel
Irit Katriel added the comment: Serge, are you still having this problem and if so can you provide the traces? If this issue is abandoned I will close it within a couple of weeks. -- nosy: +iritkatriel status: open -> pending ___ Python tracker

[issue36706] Python script on startup stucks at import

2019-04-23 Thread STINNER Victor
STINNER Victor 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

[issue36706] Python script on startup stucks at import

2019-04-23 Thread serge g
New submission from serge g : I am not sure if it is python's issue (correct me if this is wrong place for report). But sometimes (probably every 3-4 attempt) when I run script, interpreter just stucks for some time (0.5-3 minutes) and then actually runs the script normally. To figure out wha