]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 19 Oct 2013 18:03:34 +0000 (21:03 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 19 Oct 2013 18:03:34 +0000 (21:03 +0300)
commitc679227e31245b0e8dec74a1f7cc77710541d985
tree0ed52ac2bd85d0cad42e39aec5437a603750425b
parent80ab13067e9b8fbd02a05a4863e26b04938b77f5
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
39 files changed:
Doc/c-api/dict.rst
Doc/c-api/file.rst
Doc/c-api/import.rst
Doc/c-api/long.rst
Doc/c-api/mapping.rst
Doc/c-api/veryhigh.rst
Doc/data/refcounts.dat
Include/abstract.h
Include/fileobject.h
Include/grammar.h
Include/import.h
Include/longobject.h
Include/marshal.h
Include/parsetok.h
Include/pyport.h
Include/pythonrun.h
Misc/NEWS
Modules/_sqlite/statement.c
Modules/cjkcodecs/cjkcodecs.h
Modules/readline.c
Objects/abstract.c
Objects/bytesobject.c
Objects/exceptions.c
Objects/fileobject.c
Objects/longobject.c
Objects/unicodeobject.c
Parser/grammar.c
Parser/myreadline.c
Parser/parser.c
Parser/parsetok.c
Parser/pgenmain.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/ast.c
Python/bltinmodule.c
Python/codecs.c
Python/import.c
Python/marshal.c
Python/mystrtoul.c