8000 Incorrect calls to `PyObject_GetBuffer()` · Issue #36 · Python-SIP/sip · GitHub
[go: up one dir, main page]

Skip to content
Incorrect calls to PyObject_GetBuffer() #36
@philthompson10

Description

@philthompson10

The sip module makes calls to PyObject_GetBuffer() using the PyBUF_FORMAT flag when it should use PyBUF_SIMPLE. The following checks on the values returned are probably redundant and can be removed.

See this issue for more detail.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0