On Sat, Jan 30, 2021 at 10:37 AM Antoine Pitrou <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/I3T5JHMYJXDWBLAZWLPKG2N6HFS3A3HU/ Code of Conduct: http://python.org/psf/codeofconduct/
