[issue30800] zlib.compressobj took too much memory on window

2021-04-21 Thread Inada Naoki
Change by Inada Naoki : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue30800] zlib.compressobj took too much memory on window

2021-04-20 Thread Irit Katriel
Irit Katriel added the comment: It looks like you're not using this API correctly, it doesn't make sense to create 1 compressobj()s. You should create one and then call compress() on it as many times as you need. -- nosy: +iritkatriel resolution: -> not a bug status: open ->

[issue30800] zlib.compressobj took too much memory on window

2017-06-28 Thread dennis
New submission from dennis: I'm working on a MMORPG Game server, and using the 32bit window Python(Python2.7.9 and Python3.6.0). And i create a zlib.compressobj for every connection. when the connection reach about 7500, the program raise an MemoryError exception. The Program only took me