Staging
v0.5.1
https://github.com/python/cpython
Revision 1c17e7ff08bb93de07ce8554a59b7474442cf48c authored by Xavier de Gaye on 28 October 2016, 09:22:05 UTC, committed by Xavier de Gaye on 28 October 2016, 09:22:05 UTC
1 parent b6bd81d
Raw File
Tip revision: 1c17e7ff08bb93de07ce8554a59b7474442cf48c authored by Xavier de Gaye on 28 October 2016, 09:22:05 UTC
Issue #28046: Fix the removal of the sysconfigdata module
Tip revision: 1c17e7f
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