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

Commitfbe7b87

Browse files
authored
GH-131688: Mark instructions and uops with DECREF_INPUTS as escaping. (GH-133501)
1 parent29f6dc6 commitfbe7b87

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

‎Include/internal/pycore_opcode_metadata.h

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Include/internal/pycore_uop_metadata.h

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎Tools/cases_generator/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ def compute_properties(op: parser.CodeDef) -> Properties:
832832
)
833833
error_with_pop=has_error_with_pop(op)
834834
error_without_pop=has_error_without_pop(op)
835-
escapes=bool(escaping_calls)
835+
escapes=bool(escaping_calls)orvariable_used(op,"DECREF_INPUTS")
836836
pure=Falseifisinstance(op,parser.LabelDef)else"pure"inop.annotations
837837
no_save_ip=Falseifisinstance(op,parser.LabelDef)else"no_save_ip"inop.annotations
838838
returnProperties(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp