pygobject / pycairo

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

Stop using _PyUnicode_AsString() to fix the build with Python 3.13.0a1 #348

Closed lazka closed 8 months ago

lazka commented 8 months ago

It was removed upstream in https://github.com/python/cpython/pull/107021

Fixes #343