bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h by ncoghlan · Pull Request #18052 · python/cpython
Conversation
The patch for PEP 558 (bpo-30744) adds a number of new frame-related
C APIs. This prepatory patch migrates frameobject.h to the modern layout
with multiple include files so the PEP reference implementation can clearly
separate the stable ABI additions from the full CPython C API additions.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. You can use bpo-35134 in the commit title if you want.
ncoghlan
changed the title
Migrate frameobject.h contents to cpython/frameobject.h
bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h
ncoghlan
deleted the
move-frameobject-header
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