]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 14 Sep 2021 08:53:32 +0000 (09:53 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 08:53:32 +0000 (09:53 +0100)
commitc2f1e953371c25f6c42b599ba3d8797effbb503e
tree96c6c27edc2fbd765014187431df79acbf26c271
parent9f93018b69d72cb48d3444554261ae3b0ea00c93
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
Include/opcode.h
Python/compile.c
Tools/scripts/generate_opcode_h.py