]> granicus.if.org Git - python/commit
Issue #26198: ValueError is now raised instead of TypeError on buffer
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 23:22:47 +0000 (01:22 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 7 Feb 2016 23:22:47 +0000 (01:22 +0200)
commit4cd63ef67a3e0974f0c48c550769babd401075e3
treed96420c663097f5a73a1a29f9fa29dd231563591
parent3e17c788a877ad65a48ad357cf3947934e036075
Issue #26198: ValueError is now raised instead of TypeError on buffer
overflow in parsing "es#" and "et#" format units.  SystemError is now raised
instead of TypeError on programmical error in parsing format string.
Lib/test/test_capi.py
Lib/test/test_getargs2.py
Misc/NEWS
Python/getargs.c