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 Cathy Avery
Recipients Cathy Avery, berker.peksag, gregory.p.smith, kushal.das, r.david.murray
Date 2017-06-29.17:10:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The build and test bots failed but I don't understand why. The build could not find module _socket but that is not new and other modules failed.

The test could not import fcntl which I did add but should not fail as I have run this test many time and other tests import fcntl.

https://github.com/python/cpython/pull/2489
History
Date User Action Args
2017-06-29 17:10:44Cathy Averysetrecipients: + Cathy Avery, gregory.p.smith, r.david.murray, berker.peksag, kushal.das
2017-06-29 17:10:44Cathy Averysetmessageid: <[email protected]>
2017-06-29 17:10:44Cathy Averylinkissue27584 messages
2017-06-29 17:10:44Cathy Averycreate