New submission from Shuo Li:

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.

----------
components: Build
messages: 289268
nosy: Shuo Li
priority: normal
severity: normal
status: open
title: build python failed on test_socket due to unused_port is actually used.
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29767>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to