Staging
v0.8.1
https://github.com/python/cpython
Revision 16f16dbd0ed02cd1a7b270eb6dd80d9bd179902e authored by Christian Heimes on 09 September 2017, 15:22:11 UTC, committed by GitHub on 09 September 2017, 15:22:11 UTC
* bpo-31392: Improve SSL error handling on Windows

* Remove unnecessary Windows mention in NEWS.
(cherry picked from commit e6eb48c10dc389d1d70657593de6a6cb3087d3d1)
1 parent a4baf1c
Raw File
Tip revision: 16f16dbd0ed02cd1a7b270eb6dd80d9bd179902e authored by Christian Heimes on 09 September 2017, 15:22:11 UTC
[3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
Tip revision: 16f16db
Setup.config.in
# This file is transmogrified into Setup.config by config.status.

# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.

# Threading
@USE_THREAD_MODULE@_thread _threadmodule.c

# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.
back to top