[issue43760] The DISPATCH() macro is not as efficient as it could be.

Miro Hrončok report at bugs.python.org
Mon May 10 09:33:12 EDT 2021


Miro Hrončok <miro at hroncok.cz> added the comment:

Disclaimer: I have not written the code nor do I understand what is trying to achieve. I merely collect the data and report the problems to the package maintainers.

It just seems to me that a non-underscored (and hence public) member variable on a non-underscored (and hence public) structure should not suddenly go missing. Although, I am not familiar with the rules that define what part of the API falls under https://www.python.org/dev/peps/pep-0497/

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43760>
_______________________________________


More information about the Python-bugs-list mailing list