]> granicus.if.org Git - python/commit
Enable the garbage collection module by default. --without-cycle-gc
authorBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:21:01 +0000 (16:21 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 30 Jun 2000 16:21:01 +0000 (16:21 +0000)
commitef82cd72341158ec791406215da198e8a5508357
treec31eac122688bb57ab3cdc325e5612062cafdff4
parent615ae55eca17c1632e23f52c5842bb338d633ddf
Enable the garbage collection module by default.  --without-cycle-gc
disables it.  The gc test is moved to just after the thread test, as
is the wctype-functions test.

Modules/Setup.config is generated instead of Modules/Setup.thread.

Applied SF patch #100684 (loewis) to fix help alignment bug.
configure
configure.in