Changes between Initial Version and Version 1 of Ticket #27086, comment 6
- Timestamp:
- Aug 19, 2016, 4:10:41 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27086, comment 6
initial v1 1 1 I narrowed this down further to the following: 2 2 3 The hang happens when calling `urllib.request.urlopen()` inside `LiveServerBase`. And digging further, inside CPython's request.py, the hang happens when calling `_scproxy._get_proxies()` .3 The hang happens when calling `urllib.request.urlopen()` inside `LiveServerBase`. And digging further, inside CPython's request.py, the hang happens when calling `_scproxy._get_proxies()` (see [https://github.com/python/cpython/blob/a406b9dc2f51edd2e4916f3a7b10a3257c2b1b12/Lib/urllib/request.py#L2596 here] for the code). 4 4 5 5 There seem to be known issues around `_scproxy` in CPython for Mac OS X users. For example, see the following two issues in CPython's bug tracker: