gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) by sweeneyde · Pull Request #91476 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense. I had first seen that ceval.c could change, so I made similar changes elsewhere, but if the other code is better left alone, I don't mind.
I updated this PR to only have the ceval.c change, where the code can actually get smaller and have fewer branches.