]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595)
authorVictor Stinner <vstinner@python.org>
Tue, 2 Jun 2020 12:39:45 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jun 2020 12:39:45 +0000 (14:39 +0200)
commit297257f7bc198e2dc8e0866b539c73ff1a5cc588
tree6a63eed632848f2d3d78d3df4d392abfe3df3846
parent59d3dce69b0a4f6ee17578ae68037cc7ae90936f
bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595)

Work on a local variable before filling _Py_Identifier members.
Objects/unicodeobject.c