commit | 5216e6d598ce7bbc542f5e443073dbc03306c143 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jun 08 21:45:51 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Jun 08 21:45:51 2010 +0000 |
tree | 1c9310465b0c02d0a7416a586d9875724e158d26 | |
parent | 55a5c78e4dc4393ef0c57602775db2d3d704be36 [diff] |
PyArg_Parse*("Z#") raises an error for unknown type instead of ignoring the error and leave the pointer to the string and the size unchanged (not initialized). Fix also the type in the error message of "Z", "Z#" and "Y" formats.