Skip to content

Commit 729e813

Browse files
Update Python/flowgraph.c
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
1 parent 4c861c2 commit 729e813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/flowgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ find_load_const_pair(basicblock *bb, int start, cfg_instr **first, cfg_instr **s
14731473
/* Determine opcode & oparg for freshly folded constant. */
14741474
static int
14751475
newop_from_folded(PyObject *newconst, PyObject *consts,
1476-
PyObject *const_cache, int *newopcode, int *newoparg)
1476+
PyObject *const_cache, int *newopcode, int *newoparg)
14771477
{
14781478
if (PyLong_CheckExact(newconst)) {
14791479
int overflow;

0 commit comments

Comments
 (0)