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 rhettinger
Recipients rhettinger, vstinner
Date 2018-11-09.16:47:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541782058.67.0.788709270274.issue35199@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this should be merged.  A lot of code of uses PyTuple_GET_ITEM().  Also, the "problem" your solving doesn't seem to exist in practice.  Further, I worry that a compiler may choose not to inline on occasion, leading to performance regressions in code that has already been finely tuned.
History
Date User Action Args
2018-11-09 16:47:38rhettingersetrecipients: + rhettinger, vstinner
2018-11-09 16:47:38rhettingersetmessageid: <1541782058.67.0.788709270274.issue35199@psf.upfronthosting.co.za>
2018-11-09 16:47:38rhettingerlinkissue35199 messages
2018-11-09 16:47:38rhettingercreate