This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-03-21.06:19:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490077192.4.0.970659730607.issue29865@psf.upfronthosting.co.za>
In-reply-to
Content
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`.
History
Date User Action Args
2017-03-21 06:19:52serhiy.storchakasetrecipients: + serhiy.storchaka
2017-03-21 06:19:52serhiy.storchakasetmessageid: <1490077192.4.0.970659730607.issue29865@psf.upfronthosting.co.za>
2017-03-21 06:19:52serhiy.storchakalinkissue29865 messages
2017-03-21 06:19:52serhiy.storchakacreate