bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API by vstinner · Pull Request #32052 · python/cpython · GitHub
Skip to content

bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API - #32052

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:eval_frame_default
Apr 1, 2022
Merged

vstinner merged 1 commit into
python:mainfrom
vstinner:eval_frame_default

Conversation

@vstinner

@vstinner vstinner commented Mar 22, 2022

Copy link
Copy Markdown
Member

Move the private undocumented _PyEval_EvalFrameDefault() function to
the internal C API. The function now uses the _PyInterpreterFrame
type which is part of the internal C API.

https://bugs.python.org/issue46850

@vstinner

Copy link
Copy Markdown
Member Author

@vstinner

Copy link
Copy Markdown
Member Author

See also the PR #32054 "Remove _PyInterpreterState_SetEvalFrameFunc()".

@vstinner vstinner closed this Mar 22, 2022
@vstinner vstinner reopened this Mar 22, 2022
@jansel

jansel commented Mar 28, 2022

Copy link
Copy Markdown

Move the private undocumented _PyEval_EvalFrameDefault() function to
the internal C API. The function now uses the _PyInterpreterFrame
type which is part of the internal C API.
@vstinner vstinner changed the title bpo-46850: Remove _PyEval_EvalFrameDefault() function bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API Apr 1, 2022
@vstinner
vstinner merged commit b9a5522 into python:main Apr 1, 2022
@vstinner
vstinner deleted the eval_frame_default branch April 1, 2022 08:18
vstinner added a commit that referenced this pull request Apr 6, 2022
…H-32052)" (GH-32343)

* Revert "bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)"

This reverts commit f877b40.

* Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)"

This reverts commit b9a5522.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants