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, xiang.zhang
Date 2017-03-10.10:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489142519.98.0.60026704831.issue29767@psf.upfronthosting.co.za>
In-reply-to
Content
The error message is just a "Port already used".

Possible cause 1: find_port default interface is HOST, which is 127.0.0.1. And in most test cases, they use 0.0.0.0. So they are on different interface. 

2: system reuse the port, since I build python on a busy server, that is possible.
History
Date User Action Args
2017-03-10 10:42:00Shuo Lisetrecipients: + Shuo Li, xiang.zhang
2017-03-10 10:41:59Shuo Lisetmessageid: <1489142519.98.0.60026704831.issue29767@psf.upfronthosting.co.za>
2017-03-10 10:41:59Shuo Lilinkissue29767 messages
2017-03-10 10:41:59Shuo Licreate