commit | bd303c165bc914fc943026ece55f4ebd225614c9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 07 23:07:29 2013 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 07 23:07:29 2013 +0100 |
tree | 030e6e557eff5ec98fef23e359498824f21afe4a | |
parent | 07e9e380f93e334f8f11d3ff9f42bf7c68b27d3a [diff] |
Issue #19512, #19515: remove shared identifiers, move identifiers where they are used. Move also _Py_IDENTIFIER() defintions to the top in modified files to remove identifiers duplicated in the same file.