aboutsummaryrefslogtreecommitdiff
blob: 8ee578e8162154af255e1f02205492f5ef511a4b (plain)
1
2
The inline cache for ``LOAD_ATTR`` now also optimizes access to attributes defined by ``__slots__``.
This makes reading such attribute up to 30% faster.