Message 401884 - Python tracker

Message401884

Author eric.snow
Recipients eric.snow, gvanrossum
Date 2021-09-15.18:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631732216.84.0.148636450769.issue45186@roundup.psfhosted.org>
In-reply-to
Content
That's a good idea.  It's certainly cleaner than the approach I took (optionally pass in to marshal.dumps() the list of "before" object/refcount pairs to compare in w_ref()).

Adding a flag to marshal.dumps() to opt out shouldn't be too big a deal.  (I expect all users of marshal will want the improvement by default.)
History
Date User Action Args
2021-09-15 18:56:56eric.snowsetrecipients: + eric.snow, gvanrossum
2021-09-15 18:56:56eric.snowsetmessageid: <1631732216.84.0.148636450769.issue45186@roundup.psfhosted.org>
2021-09-15 18:56:56eric.snowlinkissue45186 messages
2021-09-15 18:56:56eric.snowcreate