]> granicus.if.org Git - python/commit
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 13:09:24 +0000 (15:09 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 3 May 2011 13:09:24 +0000 (15:09 +0200)
commit0a92d1849e17dd4008f0d190ecc47b5c55260f3b
treede70579731bc4ef35edb33b11dfb4124a634a190
parent645b9f67aef1f6c8921cf5f8bbe6db3fa94418bc
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).
Lib/test/test_xml_etree_c.py
Misc/NEWS
Python/getargs.c