We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d642083 commit f7ae491Copy full SHA for f7ae491
Modules/_opcode.c
@@ -214,7 +214,7 @@ Return True if the opcode is instrumented, False otherwise.
214
215
static int
216
_opcode_is_instrumented_impl(PyObject *module, int opcode)
217
-/*[clinic end generated code: output=dbfb4dce2bef87c8 input=5122645f4009417a]*/
+/*[clinic end generated code: output=dbfb4dce2bef87c8 input=f4bcce48607a9266]*/
218
{
219
return PyUnstable_OpcodeIsValid(opcode) &&
220
PyUnstable_OpcodeIsInstrumented(opcode);
0 commit comments