Staging
v0.5.1
https://github.com/python/cpython
Revision 7c6e470067faa954e9a0db7ae0952fbeab7c02cf authored by Raymond Hettinger on 20 December 2006, 08:23:39 UTC, committed by Raymond Hettinger on 20 December 2006, 08:23:39 UTC
1 parent ddf3da8
Raw File
Tip revision: 7c6e470067faa954e9a0db7ae0952fbeab7c02cf authored by Raymond Hettinger on 20 December 2006, 08:23:39 UTC
Bug #1590891: random.randrange don't return correct value for big number
Tip revision: 7c6e470
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