STINNER Victor <vstin...@redhat.com> added the comment:

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 :-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35199>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to