GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)

Typo introduced in gh-118910.
This commit is contained in:
Jamie Phan 2025-03-06 22:11:08 +11:00 committed by GitHub
parent aeb2327386
commit 10cdd7f91f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ dummy_func(void) {
REPLACE_OP(this_instr, _NOP, 0 ,0);
}
sym_set_type(left, &PyUnicode_Type);
sym_set_type(left, &PyUnicode_Type);
sym_set_type(right, &PyUnicode_Type);
}
op(_BINARY_OP, (left, right -- res)) {