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 eric.snow
Recipients eric.snow, gvanrossum
Date 2021-09-15.18:56:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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: <[email protected]>
2021-09-15 18:56:56eric.snowlinkissue45186 messages
2021-09-15 18:56:56eric.snowcreate