- 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]
This commit is contained in:
Hye-Shik Chang
2004-02-09 09:54:07 +00:00
parent 9817c9090f
commit d3a457db41
15 changed files with 291 additions and 27 deletions

View File

@@ -7,6 +7,7 @@
PORTNAME= python
PORTVERSION= 2.3.3
PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}