bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h by ncoghlan · Pull Request #18052 · python/cpython

Conversation

@ncoghlan

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.

https://bugs.python.org/issue35134

vstinner

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 ncoghlan changed the title Migrate frameobject.h contents to cpython/frameobject.h bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h

Jan 20, 2020

@ncoghlan ncoghlan deleted the move-frameobject-header branch

January 20, 2020 22:21

@ncoghlan

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020

Labels