]> granicus.if.org Git - python/commit
Issue #18722: Remove uses of the "register" keyword in C code.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 18:18:52 +0000 (20:18 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 18:18:52 +0000 (20:18 +0200)
commit9ed5f2726607c57c894af24159b6a7ccf660da7f
treee1b779ecf1afd5d86eb955ed44b476f2d88dab10
parent9eaa3e6732debf6a633f44cf3c82a0eaf8879a51
Issue #18722: Remove uses of the "register" keyword in C code.
38 files changed:
Include/bytesobject.h
Include/unicodeobject.h
Misc/NEWS
Modules/_codecsmodule.c
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/arraymodule.c
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/classobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/longobject.c
Objects/namespaceobject.c
Objects/object.c
Objects/setobject.c
Objects/stringlib/codecs.h
Objects/stringlib/eq.h
Objects/stringlib/find_max_char.h
Objects/stringlib/split.h
Objects/tupleobject.c
Objects/unicodectype.c
Objects/unicodeobject.c
Objects/unicodetype_db.h
Parser/grammar1.c
Parser/node.c
Parser/parser.c
Parser/tokenizer.c
Python/ceval.c
Python/codecs.c
Python/dynload_aix.c
Python/marshal.c
Python/mystrtoul.c
Python/strdup.c
Tools/unicode/makeunicodedata.py