STINNER Victor <vstin...@python.org> added the comment:

> For PySequence_ITEM, I guess adding a private C version (for example 
> _PySequence_Item) and redirecting the macro to the C version would be 
> acceptable.

This can introduce a performance slowdown and so should wait until the PEP 620 
is accepted.

----------

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

Reply via email to