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 9725c2d commit 981d8e9Copy full SHA for 981d8e9
Tools/cases_generator/analyzer.py
@@ -602,10 +602,6 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
602
"PyStackRef_None",
603
"PyStackRef_TYPE",
604
"PyStackRef_True",
605
- "PyStackRef_TagInt",
606
- "PyStackRef_UntagInt",
607
- "PyStackRef_IsTaggedInt",
608
- "PyStackRef_IncrementTaggedInt",
609
"PyTuple_GET_ITEM",
610
"PyTuple_GET_SIZE",
611
"PyType_HasFeature",
@@ -685,6 +681,8 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
685
681
"PyStackRef_IsTaggedInt",
686
682
"PyStackRef_TagInt",
687
683
"PyStackRef_UntagInt",
684
+ "PyStackRef_IncrementTaggedInt",
+ "PyStackRef_IsNullOrInt",
688
)
689
690
0 commit comments