commit | 06e49dd0297beff7c8462025badfcc561c8c35c8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Jun 13 18:21:50 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Jun 13 18:21:50 2010 +0000 |
tree | d43acb0142df447b8e51eb0e60f68c81f02d09c3 | |
parent | edc5d20f3b3c958caa070750576f64198bc724cb [diff] |
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.