commit | 64a54e511debaac6d3a6e53685824fce435c440c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Apr 26 00:14:30 2022 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 26 00:14:30 2022 +0200 |
tree | 7a549d47fbe8b480b14198555e427e57581db4ec | |
parent | 20cc69528677b3e5191139d1cb587531f4893b55 [diff] |
gh-91719: Add pycore_opcode.h internal header file (#91906) Move the following API from Include/opcode.h (public C API) to a new Include/internal/pycore_opcode.h header file (internal C API): * EXTRA_CASES * _PyOpcode_Caches * _PyOpcode_Deopt * _PyOpcode_Jump * _PyOpcode_OpName * _PyOpcode_RelativeJump