Skip to content

Error while using Sharedbuffers on pure python mode #46

@tzulberti-jampp

Description

@tzulberti-jampp

If you don't cythonize sharedbuffers before running the code the following error take place:

/home/tzulberti/workspace/sharedbuffers/sharedbuffers/mapped_struct.py in <module>()
     40     from types import BufferType as buffer
     41 
---> 42 assert Py_LT == 0
     43 assert Py_LE == 1
     44 assert Py_EQ == 2

NameError: name 'Py_LT' is not defined

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