E&S CVS Commit: PEAK - Drop another module from initial load requirements, by using the Python/C

pje at eby-sarna.com pje at eby-sarna.com
Sat Jun 19 22:10:01 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sun Jun 20 02:09:00 UTC 2004

Modified Files:
	PEAK/src/peak/binding: _once.c _once.pyx getdict.c

Log Message:
Drop another module from initial load requirements, by using the Python/C
API for 'threads.get_ident()' instead of importing a Python version from
'peak.util.threads'.  (This may also slightly speed up the initial
computation of attribute bindings, but it's unlikely to be measurable.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/_once.c.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/binding/_once.pyx.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/binding/getdict.c.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/binding/_once.c \
    PEAK/src/peak/binding/_once.pyx
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/binding/getdict.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list