final patches from Neil Schemenauer for garbage collection

This commit is contained in:
Jeremy Hylton 2000-06-30 05:02:53 +00:00
parent 4e542a3d99
commit c5007aa5c3
16 changed files with 956 additions and 18 deletions

View file

@ -659,6 +659,20 @@ SOURCE=..\Objects\funcobject.c
# End Source File
# Begin Source File
SOURCE=..\Modules\gcmodule.c
!IF "$(CFG)" == "python16 - Win32 Release"
!ELSEIF "$(CFG)" == "python16 - Win32 Debug"
!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Debug"
!ELSEIF "$(CFG)" == "python16 - Win32 Alpha Release"
!ENDIF
# End Source File
# Begin Source File
SOURCE=..\Python\getargs.c