[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,NONE,2.1 Setup.thread.in,2.2,2.3 cPickle.c,2.43,2.44 newmodule.c,2.20,2.21

Barry A. Warsaw bwarsaw@beopen.com
Fri, 30 Jun 2000 09:42:19 -0400 (EDT)


So, Setup.thread.in isn't used just for threads anymore.  Perhaps it
should be renamed?  At the very least, a comment should be added to
the top that this file is for configure enabled modules.

-Barry

Index: Setup.thread.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.thread.in,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** Setup.thread.in	2000/06/29 16:08:28	2.2
--- Setup.thread.in	2000/06/30 05:02:53	2.3
***************
*** 11,12 ****
--- 11,15 ----
  
  @USE_THREAD_MODULE@thread threadmodule.c
+ 
+ # Garbage collection enabled with --with-cycle-gc
+ @USE_GC_MODULE@gc gcmodule.c