]> granicus.if.org Git - python/commit
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 02:07:34 +0000 (02:07 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 4 Jan 2011 02:07:34 +0000 (02:07 +0000)
commitb3c9e073fc7b93529ceb0af520d148385e6f63f7
tree77b8ef468c87c3258cd734fc2c438f57a71d0d65
parente6edec23718072ed7903be9dae37ae330a9d81d5
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).
Lib/test/test_xml_etree_c.py
Misc/NEWS
Python/getargs.c