]> granicus.if.org Git - python/commit
Avoid calling functions with an empty string as format string
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Sep 2016 01:16:01 +0000 (18:16 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Sep 2016 01:16:01 +0000 (18:16 -0700)
commit3466bde1cc113750450ffed028cc6fc7c95faedd
tree231febf716064e61b742a058c60da523c8b30fe3
parentad8c83ad6b91bebbc124c0c36e67b9836ca3d90f
Avoid calling functions with an empty string as format string

Directly pass NULL rather than an empty string.
13 files changed:
Modules/_cursesmodule.c
Modules/_elementtree.c
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/module.c
Modules/_testcapimodule.c
Modules/faulthandler.c
Objects/genobject.c
Objects/weakrefobject.c
Python/bltinmodule.c
Python/pylifecycle.c
Python/pythonrun.c
Python/traceback.c