]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Raise more correct exception on overflow in setting buffer_size attribute of
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 19:51:56 +0000 (22:51 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Sep 2015 19:51:56 +0000 (22:51 +0300)
commitde5f9f4f70c6527c49d482e3b0bb0aad2851d34c
treec93349effc14d46a0b617dd59c01c32337dd29f6
parent931331a328d522bb014f9e9c13884d7566108268
Raise more correct exception on overflow in setting buffer_size attribute of
expat parser.
Lib/test/test_pyexpat.py
Modules/pyexpat.c