]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING (GH...
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Fri, 15 Apr 2022 14:21:35 +0000 (10:21 -0400)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 14:21:35 +0000 (23:21 +0900)
commit72965981d1128b3923dad5e850c8cff626ae4dc7
treefb78b68cf5c683251d5d68542faf9c4b261a90fa
parentb7f83bdd0e16f82288dc3557b7e715bb5c7d96d0
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0) for BUILD_STRING (GH-91476)
Python/ceval.c