Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-115816: Generate calls to sym_new_const() etc. without _Py_u…
…op prefix (python#116077) This was left behind by pythonGH-115987. Basically a lot of diffs like this: ``` - res = _Py_uop_sym_new_unknown(ctx); + res = sym_new_unknown(ctx); ```
- Loading branch information