mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-105340: include hidden fast-locals in locals() (#105715)
* gh-105340: include hidden fast-locals in locals()
This commit is contained in:
parent
838406b4fc
commit
104d7b760f
8 changed files with 160 additions and 44 deletions
|
@ -234,6 +234,9 @@ _PyFrame_ClearExceptCode(_PyInterpreterFrame * frame);
|
|||
int
|
||||
_PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg);
|
||||
|
||||
PyObject *
|
||||
_PyFrame_GetLocals(_PyInterpreterFrame *frame, int include_hidden);
|
||||
|
||||
int
|
||||
_PyFrame_FastToLocalsWithError(_PyInterpreterFrame *frame);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue