E&S CVS Commit: PEAK - Found a more reliable way (at least for CPython) to determine whether a
pje at eby-sarna.com
pje at eby-sarna.com
Sun May 11 16:46:01 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Sun May 11 20:45:49 UTC 2003
Modified Files:
PEAK/src/peak: interface.py
Log Message:
Found a more reliable way (at least for CPython) to determine whether a
TypeError was caused by the attempt to invoke the function, or by the
function's execution. This doesn't work right on Jython, or for TypeErrors
in C functions, but those matters are only relevant for the adaptation PEP.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/interface.py.diff?r1=1.8&r2=1.9
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 PEAK/src/peak/interface.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