Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
This repository was archived by the owner on Mar 17, 2023. It is now read-only.

not working on python3.7, potentially not compatible with many versions of python3 #2

Description

@sargense

when writing to file, it requires a bytes like object
--> 177 self.mmap_buffer.write(item)
TypeError: a bytes-like object is required, not 'str'

--> 147 assert type(item) is str, "items put into ring buffer must be strings"
AssertionError: items put into ring buffer must be strings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions