E&S CVS Commit: PyProtocols - Add __reduce__ methods to generated protocol types so that copy/unpickle

pje at eby-sarna.com pje at eby-sarna.com
Wed Sep 10 14:21:01 EDT 2003


Module Name:	PyProtocols
Committed By:	pje
Date:		Wed Sep 10 18:20:54 UTC 2003

Modified Files:
	PyProtocols/src/protocols: generate.py

Log Message:
Add __reduce__ methods to generated protocol types so that copy/unpickle
will not create separate instances that are not part of the registry.


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

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 PyProtocols/src/protocols/generate.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