gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#116077)
This was left behind by GH-115987. Basically a lot of diffs like this: ``` - res = _Py_uop_sym_new_unknown(ctx); + res = sym_new_unknown(ctx); ```
G
Guido van Rossum committed
86e5e063aba76a7f4fc58f7d06b17b0a4730fd8e
Parent: 479ac5c
Committed by GitHub <noreply@github.com>
on 2/29/2024, 12:05:53 AM