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 kristjan.jonsson
Recipients christian.heimes, gregory.p.smith, kristjan.jonsson, loewis, pitrou, serhiy.storchaka
Date 2012-11-20.09:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353404403.85.0.824767724161.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, I understand that _you_ may not see any need for object references in marshal streams.  Also, I am not going to try to convince you it is a good idea, since I have long figured out that you are against any contributions from me on some sort of principle.

However, even if you cannot agree that it is a good idea, can you explain to me how it is a BAD idea?  How can expanding object references to strings to all objects, using the same mechanism, be bad?  How can it be bad to make the marshal format more complete with minimal effort?  Keep in mind that this change removes a number of warnings and caveats present both in the documentation and the in-line comments.
History
Date User Action Args
2012-11-20 09:40:04kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, gregory.p.smith, pitrou, christian.heimes, serhiy.storchaka
2012-11-20 09:40:03kristjan.jonssonsetmessageid: <1353404403.85.0.824767724161.issue16475@psf.upfronthosting.co.za>
2012-11-20 09:40:03kristjan.jonssonlinkissue16475 messages
2012-11-20 09:40:02kristjan.jonssoncreate