Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Unexpected exit on python 3.7 and win10. #5

@mikaelsundin

Description

@mikaelsundin

OS: Windows 10 Pro 64bit build 10.0.17134.648
Python: Python 3.7.0 (default, Jun 28 2018, 08:04:48) [MSC v.1912 64 bit (AMD64)] :: Anaconda, Inc. on win32

My python exit without any error code when i input binary data to lzf.compress.
Works fine on ubuntu 18.04.

Example code for generate the fault.

import lzf
from random import randint

input = bytes([randint(0, 255) for p in range(0, 512)])


print("compressing 512 bytes")
output = lzf.compress( input)
print("done compressing 512 bytes")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions