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 ned.deily
Recipients ThePokestarFan, ned.deily, ronaldoussoren
Date 2019-11-01.04:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572583025.36.0.964733389942.issue38658@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report.  This appears to be another instance of a long-standing unresolved problem when using networks functions in a thread application on macOS that invoke Python's _scproxy helper module to obtain possible network proxy configuration info from macOS. For more details see, for example, Issue13829. Assuming your application does not need to connect through a network proxy, suggest trying the workaround in https://bugs.python.org/issue30385#msg293958 which avoids the call to _scproxy by defining the no_proxy environment variable.
History
Date User Action Args
2019-11-01 04:37:05ned.deilysetrecipients: + ned.deily, ronaldoussoren, ThePokestarFan
2019-11-01 04:37:05ned.deilysetmessageid: <1572583025.36.0.964733389942.issue38658@roundup.psfhosted.org>
2019-11-01 04:37:05ned.deilylinkissue38658 messages
2019-11-01 04:37:05ned.deilycreate