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 Shuo Li
Recipients Shuo Li
Date 2017-03-09.03:54:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489031660.84.0.964088839039.issue29767@psf.upfronthosting.co.za>
In-reply-to
Content
I am running a debian system. And trying to build cpython3.6 from source. 
When I run make altinstall, it failed on test_socket. Reporting cli attribute is missing.

After some trouble shooting, it seems the support.get_unused_port() is not reliable. Then I modified it and return a port I am sure no one is using, the build succeeded.
History
Date User Action Args
2017-03-09 03:54:20Shuo Lisetrecipients: + Shuo Li
2017-03-09 03:54:20Shuo Lisetmessageid: <1489031660.84.0.964088839039.issue29767@psf.upfronthosting.co.za>
2017-03-09 03:54:20Shuo Lilinkissue29767 messages
2017-03-09 03:54:20Shuo Licreate