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 iritkatriel
Recipients dennisding, iritkatriel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-20.16:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618937288.73.0.337758000961.issue30800@roundup.psfhosted.org>
In-reply-to
Content
It looks like you're not using this API correctly, it doesn't make sense to create 10000 compressobj()s.   You should create one and then call compress() on it as many times as you need.
History
Date User Action Args
2021-04-20 16:48:08iritkatrielsetrecipients: + iritkatriel, paul.moore, tim.golden, zach.ware, steve.dower, dennisding
2021-04-20 16:48:08iritkatrielsetmessageid: <1618937288.73.0.337758000961.issue30800@roundup.psfhosted.org>
2021-04-20 16:48:08iritkatriellinkissue30800 messages
2021-04-20 16:48:08iritkatrielcreate