Skip to content

Commit 981d8e9

Browse files
committed
Tidy up list of non-escaping functions
1 parent 9725c2d commit 981d8e9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tools/cases_generator/analyzer.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,6 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
602602
"PyStackRef_None",
603603
"PyStackRef_TYPE",
604604
"PyStackRef_True",
605-
"PyStackRef_TagInt",
606-
"PyStackRef_UntagInt",
607-
"PyStackRef_IsTaggedInt",
608-
"PyStackRef_IncrementTaggedInt",
609605
"PyTuple_GET_ITEM",
610606
"PyTuple_GET_SIZE",
611607
"PyType_HasFeature",
@@ -685,6 +681,8 @@ def has_error_without_pop(op: parser.CodeDef) -> bool:
685681
"PyStackRef_IsTaggedInt",
686682
"PyStackRef_TagInt",
687683
"PyStackRef_UntagInt",
684+
"PyStackRef_IncrementTaggedInt",
685+
"PyStackRef_IsNullOrInt",
688686
)
689687

690688

0 commit comments

Comments
 (0)