]> granicus.if.org Git - python/commit
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 13 Jun 2010 18:21:50 +0000 (18:21 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 13 Jun 2010 18:21:50 +0000 (18:21 +0000)
commit06e49dd0297beff7c8462025badfcc561c8c35c8
treed43acb0142df447b8e51eb0e60f68c81f02d09c3
parentedc5d20f3b3c958caa070750576f64198bc724cb
Issue #8592: PyArg_Parse*() functions raise a TypeError for "y", "u" and "Z"
formats if the string contains a null byte/character. Write unit tests for
string formats.
Doc/c-api/arg.rst
Lib/test/test_getargs2.py
Misc/NEWS
Modules/_testcapimodule.c
Python/getargs.c