STINNER Victor <[email protected]> added the comment:
To port code to Python 3.10, the following macro can be copied/pasted in your
code. It defines Py_SET_SIZE() if it's not defined.
#if PY_VERSION_HEX < 0x030900A4
# define Py_SET_SIZE(obj, size) do { Py_SIZE(obj) = (size); } while (0)
#endif
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com