E&S CVS Commit: PyProtocols - Bug fixes: Python 2.3 is picky about 'im_class' in instancemethods, and

pje at eby-sarna.com pje at eby-sarna.com
Sun May 30 17:22:00 EDT 2004


Module Name:	PyProtocols
Committed By:	pje
Date:		Sun May 30 21:21:56 UTC 2004

Modified Files:
	PyProtocols/docs/ref: libprotocols.tex
	PyProtocols/src/protocols: _speedups.c _speedups.pyx interfaces.py

Log Message:
Bug fixes: Python 2.3 is picky about 'im_class' in instancemethods, and
use '__bases__==(object,)' to detect metaclass dummies like Interface and
AbstractBase, instead of checking for an explicit metaclass.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/docs/ref/libprotocols.tex.diff?r1=1.39&r2=1.40
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.c.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.pyx.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PyProtocols/src/protocols/interfaces.py.diff?r1=1.15&r2=1.16

To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 PyProtocols/docs/ref/libprotocols.tex
cvs rdiff -r1.6 -r1.7 PyProtocols/src/protocols/_speedups.c \
    PyProtocols/src/protocols/_speedups.pyx
cvs rdiff -r1.15 -r1.16 PyProtocols/src/protocols/interfaces.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