pygobject / pycairo

Python bindings for cairo
https://pycairo.readthedocs.io
Other
611 stars 83 forks source link

Avoid invalid PyBUF_READ flag in PyObject_GetBuffer() #366

Closed hroncok closed 2 weeks ago

hroncok commented 1 month ago

Since Python 3.13, the flag is no longer allowed.

See https://github.com/python/cpython/pull/114707

Fixes https://github.com/pygobject/pycairo/issues/365

lazka commented 2 weeks ago

Thanks!