![](https://secure.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281.jpg?s=120&d=mm&r=g)
Feb. 1, 2021
4:21 p.m.
On Sat, Jan 30, 2021 at 10:37 AM Antoine Pitrou <antoine@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.