]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 19:52:49 +0000 (21:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 7 Jul 2014 19:52:49 +0000 (21:52 +0200)
commite03de09ff2206dc87c8f39de765dd1e1de0a867d
treecc28fbcfe89adad3333b8ecf0a83d8f6006ee2bf
parent269e83fd0247858d7b83374eb6dda77ec5ec9ac9
parentcd75298611cbb79336e2a46ade2b7ae586e3d860
(Merge 3.4) Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format
requires size to be a Py_ssize_t, not an int. _ssl.c is now "Py_ssize_t clean".
Modules/_ssl.c