From: Victor Stinner Date: Tue, 1 Jul 2014 06:57:54 +0000 (+0200) Subject: (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu X-Git-Tag: v3.5.0a1~1367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f43505f3d2efe21e1a89552aade9c0d0e05b593;p=python (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C size_t, because %zi/%u is not supported on all platforms. --- 9f43505f3d2efe21e1a89552aade9c0d0e05b593