Skip to content

Fails to build with Cython 3.1.0 #147

@lazka

Description

@lazka
[1/1] Cythonizing src/vbo.pyx

Error compiling Cython file:
------------------------------------------------------------
...
    def create_buffers( self ):
        """Create the internal buffer(s)"""
        assert not self.created, """Already created the buffer"""
        buffers = self.get_implementation().glGenBuffers(1)
        try:
            self.buffer = long( buffers )
                          ^
------------------------------------------------------------

src/vbo.pyx:191:26: undeclared name not builtin: long

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