commit | 297257f7bc198e2dc8e0866b539c73ff1a5cc588 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jun 02 14:39:45 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 02 14:39:45 2020 +0200 |
tree | 6a63eed632848f2d3d78d3df4d392abfe3df3846 | |
parent | 59d3dce69b0a4f6ee17578ae68037cc7ae90936f [diff] |
bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595) Work on a local variable before filling _Py_Identifier members.