Changes between Initial Version and Version 1 of Ticket #27086, comment 6


Ignore:
Timestamp:
Aug 19, 2016, 4:10:41 AM (8 years ago)
Author:
Chris Jerdonek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27086, comment 6

    initial v1  
    11I narrowed this down further to the following:
    22
    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()`.
     3The 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).
    44
    55There 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:
Back to Top