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 nascheme
Recipients alimp5, nascheme
Date 2020-12-11.18:42:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607712171.3.0.631079519233.issue42608@roundup.psfhosted.org>
In-reply-to
Content
Maybe something to do the configuration of the machine, so that TCP/UDP socket networking if failing?  Two things to try:

- give the "python" process a SIGINT signal and you should get a traceback showing where it is hanging.  Or you could use "gdb" and attach to the process (assuming you know how to use gdb).

- configure without PGO (i.e. don't specify "--enable-optimizations" to conifgure).  That will result in a slightly slower build but the build will not require running of the tests.
History
Date User Action Args
2020-12-11 18:42:51naschemesetrecipients: + nascheme, alimp5
2020-12-11 18:42:51naschemesetmessageid: <1607712171.3.0.631079519233.issue42608@roundup.psfhosted.org>
2020-12-11 18:42:51naschemelinkissue42608 messages
2020-12-11 18:42:51naschemecreate