E&S CVS Commit: PyProtocols - Fixed leaking references to __conform__/__adapt__/__class__/__mro__

pje at eby-sarna.com pje at eby-sarna.com
Fri Aug 22 16:33:00 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Fri Aug 22 20:32:25 UTC 2003

Modified Files:
	PyProtocols/src/protocols: _speedups.c _speedups.pyx

Log Message:
Fixed leaking references to __conform__/__adapt__/__class__/__mro__
attributes of objects during adaptation.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.c.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PyProtocols/src/protocols/_speedups.pyx.diff?r1=1.1&r2=1.2

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 PyProtocols/src/protocols/_speedups.c \
    PyProtocols/src/protocols/_speedups.pyx

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