gh-130931: Add pycore_interpframe.h internal header · python/cpython@b2db8ea · GitHub
Skip to content

Commit b2db8ea

Browse files
committed
gh-130931: Add pycore_interpframe.h internal header
Move _PyInterpreterFrame and associated functions to a new pycore_interpframe.h header.
1 parent 76cd369 commit b2db8ea

12 files changed

Lines changed: 392 additions & 367 deletions

Include/internal/pycore_frame.h

Lines changed: 1 addition & 359 deletions

Include/internal/pycore_genobject.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11-
#include "pycore_frame.h"
12-
#include "pycore_typedefs.h" // _PyInterpreterFrame
11+
#include "pycore_interpframe.h" // _PyInterpreterFrame
1312

1413

1514
/* _PyGenObject_HEAD defines the initial segment of generator

Include/internal/pycore_instruments.h

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)