mirror of
https://github.com/python/cpython.git
synced 2026-07-09 03:30:19 -04:00
78adb63ee1
In certain cases it's possible for locals loaded by `LOAD_FAST` instructions to be on the stack when the local is killed by `DEL_FAST`. These `LOAD_FAST` instructions should not be optimized into `LOAD_FAST_BORROW` as the strong reference in the frame is killed while there is still a reference on the stack.
Miscellaneous source files for the main Python shared library