You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
I package python-djvulibre for the Linux distribution Fedora. There we're planning a future release, Fedora 35, which will ship with the upcoming release of Python 3.10, and we're testing packages early to try to make the transition as smooth as possible. And for those tests, python-djvulibre fails to build against Python 3.10.0a.
...That is of course still a prerelease, so it's not a serious problem yet, but something to keep in mind for upcoming development...
bpo-41103: PyObject_AsCharBuffer(), PyObject_AsReadBuffer(), PyObject_CheckReadBuffer(), and PyObject_AsWriteBuffer() are removed. Please migrate to new buffer protocol; PyObject_GetBuffer() and PyBuffer_Release().
The text was updated successfully, but these errors were encountered:
jwilk
changed the title
python-djvulibre fails to build with early test releases of Python 3.10
Fails to build with Python 3.10: undefined symbol: PyObject_AsWriteBuffer
Feb 16, 2021
I package python-djvulibre for the Linux distribution Fedora. There we're planning a future release, Fedora 35, which will ship with the upcoming release of Python 3.10, and we're testing packages early to try to make the transition as smooth as possible. And for those tests, python-djvulibre fails to build against Python 3.10.0a.
...That is of course still a prerelease, so it's not a serious problem yet, but something to keep in mind for upcoming development...
From the upstream changelog here -- https://docs.python.org/3.10/whatsnew/changelog.html#id16 --
The text was updated successfully, but these errors were encountered: