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 serhiy.storchaka
Recipients Martin Bammer, pitrou, serhiy.storchaka
Date 2018-07-17.18:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531851250.47.0.56676864532.issue34128@psf.upfronthosting.co.za>
In-reply-to
Content
CPU = Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Ubuntu 18.04
Linux 4.15.0 x86_64
gcc 7.3.0

Performing the check in save() can have not insignificant overhead (especially after implementing the issue34141 optimization). It can be reduced if perform it when flush a frame (in protocol 4) or buffer to the file, or after writing significant amount of bytes into buffer.
History
Date User Action Args
2018-07-17 18:14:10serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, Martin Bammer
2018-07-17 18:14:10serhiy.storchakasetmessageid: <1531851250.47.0.56676864532.issue34128@psf.upfronthosting.co.za>
2018-07-17 18:14:10serhiy.storchakalinkissue34128 messages
2018-07-17 18:14:10serhiy.storchakacreate