commit | 1a2252ed39bc1b71cdaa935d7726d82909af93ab | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Mon May 06 10:56:51 2019 -0600 |
committer | Brett Cannon <54418+brettcannon@users.noreply.github.com> | Mon May 06 12:56:50 2019 -0400 |
tree | 7a816ef20b914628f61cce377a9b245933ff6ec9 | |
parent | ae2c32f32b61f3b141ba4b0b1ad71781d2f9a1a1 [diff] |
bpo-36594: Fix incorrect use of %p in format strings (GH-12769) In addition, fix some other minor violations of C99.