Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa62e39

Browse filesBrowse files
committed
Tidy up list of non-escaping functions
1 parent 588943a commit aa62e39
Copy full SHA for aa62e39

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎Tools/cases_generator/analyzer.py

Copy file name to clipboardExpand all lines: Tools/cases_generator/analyzer.py
+2-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.