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 yarkot
Recipients asvetlov, yarkot, yselivanov
Date 2018-02-02.23:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517612876.52.0.467229070634.issue32753@psf.upfronthosting.co.za>
In-reply-to
Content
Just built v3.7.0b1, and have the following test hangs (see attached).

My build is on Ubuntu 16.04;  lsb_release -a output:

LSB Version:	core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.3 LTS
Release:	16.04
Codename:	xenial

My "usual" config / build process:

$ make distclean
$ ./configure --enable-shared --enable-loadable-sqlite-extensions --with-system-ffi --with-ensurepip=upgrade --enable-optimizations
$ make -j

I have been building 3.7 weekly, from master, and I've never seen anything like this before.
History
Date User Action Args
2018-02-02 23:07:56yarkotsetrecipients: + yarkot, asvetlov, yselivanov
2018-02-02 23:07:56yarkotsetmessageid: <1517612876.52.0.467229070634.issue32753@psf.upfronthosting.co.za>
2018-02-02 23:07:56yarkotlinkissue32753 messages
2018-02-02 23:07:56yarkotcreate