This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:36vstinnersetrecipients: + vstinner, serge g
2019-04-23 13:18:36vstinnersetmessageid: <1556025516.02.0.299857324334.issue36706@roundup.psfhosted.org>
2019-04-23 13:18:36vstinnerlinkissue36706 messages
2019-04-23 13:18:35vstinnercreate