E&S CVS Commit: PEAK - Fixed up error checking; bindings now can tell again if they're used with

pje at eby-sarna.com pje at eby-sarna.com
Mon Jun 16 17:53:00 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Mon Jun 16 22:01:06 UTC 2003

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

Log Message:
Fixed up error checking; bindings now can tell again if they're used with
the wrong name in a class that doesn't support them.  But, now they should
also be usable at multiple metalevels without conflict, since the usage
checking only occurs when used in non-supporting classes.  (Don't know what
that means?  Me, either!  It's one of those things that you don't expect
to be a problem, but is.  Or was, now.  I think.  Need to add some tests.)


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.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/binding/_once.pyx.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.52&r2=1.53

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/binding/_once.c \
    PEAK/src/peak/binding/_once.pyx
cvs rdiff -r1.52 -r1.53 PEAK/src/peak/binding/once.py

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