Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit981d8e9

Browse files
committed
Tidy up list of non-escaping functions
1 parent9725c2d commit981d8e9

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)

[8]ページ先頭

©2009-2025 Movatter.jp