mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #2441 from swt2c/fix_cython3_support
Fix compatibility with Cython 3.0.0
This commit is contained in:
1564
wx/svg/_nanosvg.c
1564
wx/svg/_nanosvg.c
File diff suppressed because it is too large
Load Diff
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user