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 0f99861 commit 63add11Copy full SHA for 63add11
Python/instruction_sequence.c
@@ -20,6 +20,8 @@ typedef _Py_SourceLocation location;
20
#define INITIAL_INSTR_SEQUENCE_SIZE 100
21
#define INITIAL_INSTR_SEQUENCE_LABELS_MAP_SIZE 10
22
23
+#include "clinic/instruction_sequence.c.h"
24
+
25
#undef SUCCESS
26
#undef ERROR
27
#define SUCCESS 0
@@ -172,8 +174,6 @@ class InstructionSequenceType "_PyInstructionSequence *" "&_PyInstructionSequenc
172
174
[clinic start generated code]*/
173
175
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=589963e07480390f]*/
176
-#include "clinic/instruction_sequence.c.h"
-
177
static _PyInstructionSequence*
178
inst_seq_create(void)
179
{
0 commit comments