Barry Warsaw
|
257543c78d
|
Setup.thread.in was misnamed so it has been replaced by
Setup.config.in. The latter contains all configure-time selectable
modules; currently thread and gc.
|
2000-06-30 16:12:15 +00:00 |
|
Jeremy Hylton
|
c5007aa5c3
|
final patches from Neil Schemenauer for garbage collection
|
2000-06-30 05:02:53 +00:00 |
|
Barry Warsaw
|
3937c8a738
|
Updated the comment in this file to reflect the new defaults. Threads
are enabled by default now unless --without-threads is given to
configure.
|
2000-06-29 16:08:28 +00:00 |
|
Guido van Rossum
|
a0cbb3dbae
|
Moved the thread module to its own Setup.thread(.in) file,
which is edited by the config.status script depending on whether
--with-thread is specified or not. Also needs changes to configure(.in).
|
1997-12-04 00:48:27 +00:00 |
|