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 rhettinger, vstinner
Date 2018-11-10.00:36:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541810209.67.0.788709270274.issue35199@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I forgot to close the issue.

This change was an early attempt (tagged as WIP/DO-NOT-MERGE) to expriment changing the implementation without touching the API. But I was wrong, it does change the API (&PyTuple_GET_ITEM(ob, i) causes a compilation error) and so I closed my PR.

Instead, I opened a thread on python-dev to better explain the whole context and my intent:
https://mail.python.org/pipermail/python-dev/2018-November/155702.html

I invite everyone to discuss there instead :-)
History
Date User Action Args
2018-11-10 00:36:49vstinnersetrecipients: + vstinner, rhettinger
2018-11-10 00:36:49vstinnersetmessageid: <1541810209.67.0.788709270274.issue35199@psf.upfronthosting.co.za>
2018-11-10 00:36:49vstinnerlinkissue35199 messages
2018-11-10 00:36:49vstinnercreate