On Sat, Jan 30, 2021 at 10:37 AM Antoine Pitrou <anto...@python.org> wrote:
> You can hide the access behind a function call. Slightly more costly,
> but shouldn't be that expensive on modern machines.

Oh sure, on the API side, it can be an "opaque" function call (on the
ABI side) or static inline function, depending if the call can use TLS
or not.

If possible, I would prefer to use a faster static inline function in
most cases ;-)

Victor
-- 
Night gathers, and now my watch begins. It shall not end until my death.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/I3T5JHMYJXDWBLAZWLPKG2N6HFS3A3HU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to