]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Removed redundant casts to `char *`.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Sep 2014 08:27:24 +0000 (11:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Sep 2014 08:27:24 +0000 (11:27 +0300)
commit20b39b27d96b7c068f364ea79584feaa70fd15b6
tree8a37818cb0163a3f5cab0e04d36223cdc190e0f5
parent131caba074ae6d72dd795ca9a61f17c45c1a3349
Removed redundant casts to `char *`.
Corresponding functions now accept `const char *` (issue #1772673).
Modules/_cursesmodule.c
Modules/_decimal/_decimal.c
Modules/cjkcodecs/cjkcodecs.h
Modules/cjkcodecs/multibytecodec.c
Modules/pyexpat.c
Objects/bytesobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/unicodeobject.c
Python/import.c