]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating...
authorMark Shannon <mark@hotpy.org>
Tue, 4 Aug 2020 16:30:11 +0000 (17:30 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 16:30:11 +0000 (17:30 +0100)
commit582aaf19e8b94a70c1f96792197770d604ba0fdf
tree5f7934d5792806ac1f21c023734eebfb031b0117
parentc7decc27d529c04a4e6b2922e3f3f9419b920f63
bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714)

Generate information about jumps from 'opcode.py' rather than duplicate it in 'compile.c'
Include/opcode.h
Python/compile.c
Tools/scripts/generate_opcode_h.py