mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
final patches from Neil Schemenauer for garbage collection
This commit is contained in:
parent
4e542a3d99
commit
c5007aa5c3
16 changed files with 956 additions and 18 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue