]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
authorAndy Lester <andy@petdance.com>
Fri, 14 Feb 2020 04:42:56 +0000 (22:42 -0600)
committerGitHub <noreply@github.com>
Fri, 14 Feb 2020 04:42:56 +0000 (20:42 -0800)
commit7386a70746cf9aaf2d95db75d9201fb124f085df
treead8f8bf74a24ef84d9070da6f1f7b55d36f880eb
parenta9edf44a2de9b23a1690b36cdfeed7b41ab763bd
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
Objects/frameobject.c
Objects/genobject.c
Python/codecs.c
Python/errors.c