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 methane
Recipients methane
Date 2018-07-11.10:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531305608.98.0.56676864532.issue34093@psf.upfronthosting.co.za>
In-reply-to
Content
PR-8226 makes marshal two-pass.  It may have small overhead.

In case of compiling module, marshal performance is negligible.
But how in other cases?  Should this change optional?

And should we backport this to Python 3.7?
Or should distributors cherrypick this?
History
Date User Action Args
2018-07-11 10:40:09methanesetrecipients: + methane
2018-07-11 10:40:08methanesetmessageid: <1531305608.98.0.56676864532.issue34093@psf.upfronthosting.co.za>
2018-07-11 10:40:08methanelinkissue34093 messages
2018-07-11 10:40:08methanecreate