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 BreamoreBoy, rhettinger, scoder
Date 2014-07-03.22:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404424932.91.0.365830834188.issue14121@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the redundancy, I don't think the C API should be expanded unnecessarily.  Also, PyTuple_GET_ITEM() and its kin are very old, widely used, and very fast.  I don't see a need to upset that apple cart.
History
Date User Action Args
2014-07-03 22:02:12rhettingersetrecipients: + rhettinger, scoder, BreamoreBoy
2014-07-03 22:02:12rhettingersetmessageid: <1404424932.91.0.365830834188.issue14121@psf.upfronthosting.co.za>
2014-07-03 22:02:12rhettingerlinkissue14121 messages
2014-07-03 22:02:12rhettingercreate