mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08: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