]> granicus.if.org Git - python/commit
Merged revisions 81849 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 21:46:32 +0000 (21:46 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 21:46:32 +0000 (21:46 +0000)
commit55b002f096cf85b8646df1c0ba87445fd326e239
treecd20492fe432933d2e8e56e3f24907eb475b721e
parent93362d4e6bb5fbcc1b60ec88676c5d12583350fd
Merged revisions 81849 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81849 | victor.stinner | 2010-06-08 23:45:51 +0200 (mar., 08 juin 2010) | 7 lines

  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.
........
Python/getargs.c