◐ Shell
clean mode source ↗

bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame by vstinner · Pull Request #31583 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

Rename also struct _interpreter_frame to struct _PyInterpreterFrame.

Reduce risk of name conflicts if a project includes pycore_frame.h.

asvetlov pushed a commit that referenced this pull request

Feb 26, 2022
Rename also struct _interpreter_frame to struct _PyInterpreterFrame.

Reduce risk of name conflicts if a project includes pycore_frame.h.

Labels