[Python-Dev] --with-cycle-gc switch

Jeremy Hylton jeremy@beopen.com
Fri, 30 Jun 2000 13:02:42 -0400 (EDT)


The problem with the name --without-gc is that it suggests a build
without any garbage collection.  The new patch only handles one
special case of garbage collection.  The name --without-cycle-gc is a
little unwieldy, but clearer.

Jeremy