SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 19 Python

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
V
Victor Stinner committed
64a54e511debaac6d3a6e53685824fce435c440c
Parent: 20cc695
Committed by GitHub <noreply@github.com> on 4/25/2022, 10:14:30 PM