]> granicus.if.org Git - python/commit
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 02:22:50 +0000 (03:22 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 02:22:50 +0000 (03:22 +0100)
commit451385d8f8e8bedd347d363fd0e01288226daee2
tree3c7769aa1c730f5b02f9462293ffd69f5ef1b001
parente788ace5abccfd89f94a28630d6e0019921fe2cb
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