cvs commit: ports/lang/python Makefile ports/lang/python/files patch-Modules::gcmodule.c patch-Objects::weakrefobject.c

Hye-Shik Chang perky at FreeBSD.org
Thu Nov 20 19:15:04 PST 2003


perky       2003/11/20 19:15:02 PST

  FreeBSD ports repository

  Modified files:
    lang/python          Makefile 
  Added files:
    lang/python/files    patch-Include::weakrefobject.h 
                         patch-Lib::test_weakref.py 
                         patch-Modules::gcmodule.c 
                         patch-Objects::weakrefobject.c 
  Log:
  Add fix for a fatal bug in type's GC handling causes segfaults.
  
  http://cvs.sourceforge.net/viewcvs.py/python/python/dist/src/Misc/NEWS?r1=1.831.4.75&r2=1.831.4.76&diff_format=u
  
  Obtained from:  Python CVS
  
  Revision  Changes    Path
  1.115     +1 -1      ports/lang/python/Makefile
  1.1       +11 -0     ports/lang/python/files/patch-Include::weakrefobject.h (new)
  1.1       +214 -0    ports/lang/python/files/patch-Lib::test_weakref.py (new)
  1.1       +196 -0    ports/lang/python/files/patch-Modules::gcmodule.c (new)
  1.1       +66 -0     ports/lang/python/files/patch-Objects::weakrefobject.c (new)


More information about the cvs-all mailing list