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 vstinner
Recipients loewis, ned.deily, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-04-22.07:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461309373.54.0.903615166204.issue26824@psf.upfronthosting.co.za>
In-reply-to
Content
change_some_macros_using_Py_TYPE.patch LGTM.

> Direct access to ob_type is used about 300 times in the source code. Changing all this case to use the Py_TYPE() macro causes code churn.

IHMO change_some_macros_using_Py_TYPE.patch makes the code more readable since it's harder and easier to read.

Note: Such refactoring patch must only be applied to the development branch (default).
History
Date User Action Args
2016-04-22 07:16:13vstinnersetrecipients: + vstinner, loewis, rhettinger, ned.deily, serhiy.storchaka, xiang.zhang
2016-04-22 07:16:13vstinnersetmessageid: <1461309373.54.0.903615166204.issue26824@psf.upfronthosting.co.za>
2016-04-22 07:16:13vstinnerlinkissue26824 messages
2016-04-22 07:16:13vstinnercreate