We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8813642 commit 1979a52Copy full SHA for 1979a52
python/paddle/jit/sot/opcode_translator/executor/variables/basic.py
@@ -1511,7 +1511,7 @@ def make_stringified_guard(self) -> list[StringifiedExpression]:
1511
frame_value_tracer = self.tracker.trace_value_from_frame()
1512
result = [
1513
FasterStringifiedExpression(
1514
- "id(type({{}})) == id(slice)",
+ f"id(type({{}})) == {id(slice)}",
1515
paddle.framework.core.TypeMatchGuard(slice),
1516
[frame_value_tracer],
1517
frame_value_tracer.free_vars,
0 commit comments