mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
There's no need to use a dummy uop to skip unused cache entries. The macro syntax lets you write `unused/1` instead. Similarly, move `unused/5` from op `_LOAD_ATTR_INSTANCE_VALUE` to macro `LOAD_ATTR_INSTANCE_VALUE`.
Miscellaneous source files for the main Python shared library