Staging
v0.8.1
https://github.com/python/cpython
Revision c9926088ddbfa9966abe26b23c102e5c5f0f92bf authored by Raymond Hettinger on 03 May 2014, 22:22:07 UTC, committed by Raymond Hettinger on 03 May 2014, 22:22:07 UTC
1 parent ceced6b
Raw File
Tip revision: c9926088ddbfa9966abe26b23c102e5c5f0f92bf authored by Raymond Hettinger on 03 May 2014, 22:22:07 UTC
Issue 21375: Fix possible Py_ssizet overflow in heapq.
Tip revision: c992608
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 signal module
@USE_SIGNAL_MODULE@signal signalmodule.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