commit | 9f915d9c20abe29ce81329bf84ce15b7c22153c2 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 29 00:53:09 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 29 00:53:09 2011 +0100 |
tree | 7c17a77d17080861ba69d9deacb4ac79434a4fc9 | |
parent | 27bc4d07cc22740d46b8fe8dc0497a85d7a6d15e [diff] |
Issue #13093: Fix _testcapi.unicode_encodedecimal() _testcapimodule.c is not "ssize_t" safe in Python 2.7: the length argument type is int, not Py_ssize_t.