Merge pull request #2441 from swt2c/fix_cython3_support

Fix compatibility with Cython 3.0.0
This commit is contained in:
Scott Talbert
2023-07-25 14:50:39 -04:00
committed by GitHub
2 changed files with 782 additions and 783 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,6 @@ for manipulating the SVG shape info in memory.
import sys
cimport cython.object
from cpython.buffer cimport (
Py_buffer, PyObject_CheckBuffer, PyObject_GetBuffer, PyBUF_SIMPLE,
PyBuffer_Release)