cvs commit: ports/lang/python Makefile distinfo patch-Objects::weakrefobject.c patch-configure

Hye-Shik Chang perky at FreeBSD.org
Mon Feb 9 01:54:08 PST 2004


perky       2004/02/09 01:54:07 PST

  FreeBSD ports repository

  Modified files:
    lang/python          Makefile distinfo 
    lang/python/files    patch-configure 
  Added files:
    lang/python/files    patch-Objects::intobject.c 
                         patch-Objects::weakrefobject.c 
  Log:
  - Use process scope threads instead of system scope to enable large
    amount of threads on -CURRENT libpthread by default. [1]
  - Merge bugfixes from python 2.3 maintenance branch: [2]
    o weakref object's garbage collection problem.
    o save unnecessary startup-time memory allocation of 100KB+ from
      intobject.
  - SIZEify.
  - Bump PORTREVISION subsequently.
  
  Advised by:     eischen, julian [1]
  Obtained from:  Python CVS [2]
  
  Revision  Changes    Path
  1.118     +1 -0      ports/lang/python/Makefile
  1.41      +1 -0      ports/lang/python/distinfo
  1.1       +12 -0     ports/lang/python/files/patch-Objects::intobject.c (new)
  1.3       +65 -0     ports/lang/python/files/patch-Objects::weakrefobject.c (new)
  1.7       +18 -9     ports/lang/python/files/patch-configure


More information about the cvs-all mailing list