miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.
https://pyppmd.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
8 stars 3 forks source link

PPMd8 decompresson on python 3.7 on windows fails to detect EoF #48

Closed miurahr closed 3 years ago

miurahr commented 3 years ago

Describe the bug python 3.7 on windows sometimes fails to detect eof

Environment (please complete the following information):

miurahr commented 3 years ago

I have no idea after many investigations.

miurahr commented 3 years ago

Hopefully #54 fix the issue here.

miurahr commented 3 years ago

EOF detection issue is not only on windows.