New submission from Serhiy Storchaka: Proposed patch replaces Py_SIZE with PyXXX_GET_SIZE macros for concrete types. For details see https://mail.python.org/pipermail/python-dev/2017-March/147628.html .
Py_SIZE still is used in concrete type implementations and when set the new size: `Py_SIZE(obj) = newsize`. ---------- components: Extension Modules, Interpreter Core messages: 289916 nosy: serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29865> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com