]> granicus.if.org Git - python/commit
Strip out extraneous whitespace, cast a some `const char *` to `void *` when
authorBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 00:52:41 +0000 (00:52 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 00:52:41 +0000 (00:52 +0000)
commit23b581a6f491e1b34fbeda48e56c1b5eb2f097af
tree0baa75b8acfaa2215e1c36b347723237b4b4294b
parent33e5dd8466eaea91b3d2483180c3cb43e447ba23
Strip out extraneous whitespace, cast a some `const char *` to `void *` when
passed to free() and make a `char *` to a `const char *` as found by Clang's
static analyzer.
Modules/readline.c