Date: Mon, 9 Feb 2004 01:54:07 -0800 (PST) From: Hye-Shik Chang <perky@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python Makefile distinfo patch-Objects::weakrefobject.c patch-configure Message-ID: <200402090954.i199s7OD063111@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402090954.i199s7OD063111>
