]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19512, #19515: remove shared identifiers, move identifiers where they
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 22:07:29 +0000 (23:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 22:07:29 +0000 (23:07 +0100)
commitbd303c165bc914fc943026ece55f4ebd225614c9
tree030e6e557eff5ec98fef23e359498824f21afe4a
parent07e9e380f93e334f8f11d3ff9f42bf7c68b27d3a
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.
17 files changed:
Include/object.h
Modules/_ctypes/callbacks.c
Modules/_cursesmodule.c
Modules/_lsprof.c
Modules/_threadmodule.c
Modules/faulthandler.c
Modules/main.c
Modules/syslogmodule.c
Objects/object.c
Objects/typeobject.c
Python/_warnings.c
Python/bltinmodule.c
Python/errors.c
Python/import.c
Python/pythonrun.c
Python/sysmodule.c
Python/traceback.c