commit | 0a92d1849e17dd4008f0d190ecc47b5c55260f3b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 03 15:09:24 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue May 03 15:09:24 2011 +0200 |
tree | de70579731bc4ef35edb33b11dfb4124a634a190 | |
parent | 645b9f67aef1f6c8921cf5f8bbe6db3fa94418bc [diff] |
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes).