summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-zbar/0001-python-enum-fix-build-for-Python-3.11.patch
AgeCommit message (Collapse)Author
2023-02-07python311Packages.python-zbar: fix build since Py_SIZE is turned into a functionNick Cao
Python 3.11 turned Py_SIZE into a function, thus Py_SIZE(obj) will be a rvalue, we need to use Py_SET_SIZE to set size now.