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 Claudiu.Popa
Recipients Claudiu.Popa, wolma
Date 2014-05-23.12:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400846537.1.0.833697448508.issue21560@psf.upfronthosting.co.za>
In-reply-to
Content
Moving `self.crc = zlib.crc32(data, self.crc) & 0xffffffff` before `self.size = self.size + len(data)` should be enough. Also, your patch needs a test.
History
Date User Action Args
2014-05-23 12:02:17Claudiu.Popasetrecipients: + Claudiu.Popa, wolma
2014-05-23 12:02:17Claudiu.Popasetmessageid: <1400846537.1.0.833697448508.issue21560@psf.upfronthosting.co.za>
2014-05-23 12:02:17Claudiu.Popalinkissue21560 messages
2014-05-23 12:02:16Claudiu.Popacreate