GH-100987: Don't cache references to the names and consts array in `_PyEval_EvalFrameDefault`. by markshannon · Pull Request #102640 · python/cpython
added 2 commits
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request
… in `_PyEval_EvalFrameDefault`. (python#102640) * Rename local variables, names and consts, from the interpeter loop. Will allow non-code objects in frames for better introspection of C builtins and extensions. * Remove unused dummy variables.
warsaw pushed a commit to warsaw/cpython that referenced this pull request
… in `_PyEval_EvalFrameDefault`. (python#102640) * Rename local variables, names and consts, from the interpeter loop. Will allow non-code objects in frames for better introspection of C builtins and extensions. * Remove unused dummy variables.
markshannon
deleted the
experimental-no-cache-no-names-and-locals
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters