Staging
v0.8.1
https://github.com/python/cpython
Revision 90e651863a55f091c4c488bc0c3ec9da991ec534 authored by Fred Drake on 11 July 2001, 18:49:00 UTC, committed by Fred Drake on 11 July 2001, 18:49:00 UTC
polling objects.  This closes SF bug #439823.

Fixed a minor markup bug.
1 parent 44589dd
Raw File
Tip revision: 90e651863a55f091c4c488bc0c3ec9da991ec534 authored by Fred Drake on 11 July 2001, 18:49:00 UTC
Added information about the timeout parameter to the poll() method for
Tip revision: 90e6518
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.

# Garbage collection enabled with --with-cycle-gc
@USE_GC_MODULE@gc gcmodule.c

# 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.
back to top