Bug 1971260
Summary: | lmdb is not importable on Python 3.10 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Elliott Sales de Andrade <quantum.analyst> |
Component: | python-lmdb | Assignee: | Petr Špaček <pspacek> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jakub.ruzicka, mhroncok, nicki, pspacek, pviktori, python-sig, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python3.10-3.10.0~rc1-1.fc35 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-08-04 21:37:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1890881, 1969179, 1987896 |
Description
Elliott Sales de Andrade
2021-06-13 08:49:02 UTC
PyObject_AsReadBuffer: bpo-41103: PyObject_AsCharBuffer(), PyObject_AsReadBuffer(), PyObject_CheckReadBuffer(), and PyObject_AsWriteBuffer() are removed. Please migrate to new buffer protocol; PyObject_GetBuffer() and PyBuffer_Release(). https://docs.python.org/3.10/whatsnew/3.10.html#id4 I added a patch to the upstream commit that should make py-lmdb compile and work as it did on 3.9. I do hope upstream comes up with a better fix, though. With Python 3.10.0rc1, this works again. https://bugs.python.org/issue41103 https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-zict/ FEDORA-2021-47a24beeaa has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. |