This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2003-08-01.14:52:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

Agreed, marshal has problems.  It's problems are a bit
deeper than the technique in cPickle can solve, however.  It
seems to me that the WFILE struct is a bad hack.  It should
contain a union with three elements, one is the regular FILE *
stuff, one is the current write-to-string stuff, and a third is
a "generic object which has a write method".

I'll see if I can whip something up and pass along to Martin
for review.
History
Date User Action Args
2007-08-23 14:15:31adminlinkissue780354 messages
2007-08-23 14:15:31admincreate