commit | 18b5dd68c6b616257ae243c0b6bb965ffc885a23 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 25 12:53:19 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 25 12:53:19 2022 +0100 |
tree | 5d7248f7ff003e8f51b1883eb23018bd61ef5750 | |
parent | 4657bf701670215ce69b89401b2307022a3b0a7d [diff] |
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530) Move the PyFrameObject type definition (struct _frame) to the internal C API pycore_frame.h header file.