Staging
v0.8.1
https://github.com/python/cpython
Revision a474afdddc9282fedd63035b5973c88270c99ee8 authored by Steven D'Aprano on 09 August 2016, 02:49:01 UTC, committed by Steven D'Aprano on 09 August 2016, 02:49:01 UTC
1 parent 95e0df8
Raw File
Tip revision: a474afdddc9282fedd63035b5973c88270c99ee8 authored by Steven D'Aprano on 09 August 2016, 02:49:01 UTC
Add harmonic mean and tests.
Tip revision: a474afd
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