Message340724
| Author | vstinner |
|---|---|
| Recipients | serge g, vstinner |
| Date | 2019-04-23.13:18:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556025516.02.0.299857324334.issue36706@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-23 13:18:36 | vstinner | set | recipients: + vstinner, serge g |
| 2019-04-23 13:18:36 | vstinner | set | messageid: <1556025516.02.0.299857324334.issue36706@roundup.psfhosted.org> |
| 2019-04-23 13:18:36 | vstinner | link | issue36706 messages |
| 2019-04-23 13:18:35 | vstinner | create | |