Skip to content

Commit f7ae491

Browse files
committed
regen-all
1 parent d642083 commit f7ae491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_opcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Return True if the opcode is instrumented, False otherwise.
214214

215215
static int
216216
_opcode_is_instrumented_impl(PyObject *module, int opcode)
217-
/*[clinic end generated code: output=dbfb4dce2bef87c8 input=5122645f4009417a]*/
217+
/*[clinic end generated code: output=dbfb4dce2bef87c8 input=f4bcce48607a9266]*/
218218
{
219219
return PyUnstable_OpcodeIsValid(opcode) &&
220220
PyUnstable_OpcodeIsInstrumented(opcode);

0 commit comments

Comments
 (0)