Message107750
r81811 and r81923 improve Doc/c-api/arg.rst. I opened more specific issues to improve getargs code and documentation:
- #8991: PyArg_Parse*() functions: reject discontinious buffers
- #8926: getargs.c: release the buffer on error
- #8952: Doc/c-api/arg.rst: fix documentation of number formats
- #8949: PyArg_Parse*(): "z" should not accept bytes
- #8951: PyArg_Parse*(): factorize code of 's' and 'z' formats, and 'u' and 'Z' formats open
- #8850: Remove "w" format of PyParse_ParseTuple()
I prefer to close this issue because it is too generic. All points of this issues can be found in the other issues or are already fixed by some commits. |
|
Date |
User |
Action |
Args |
2010-06-13 20:45:23 | vstinner | set | recipients:
+ vstinner, barry, brett.cannon, georg.brandl, benjamin.peterson |
2010-06-13 20:45:23 | vstinner | set | messageid: <1276461923.55.0.586174517693.issue8215@psf.upfronthosting.co.za> |
2010-06-13 20:45:21 | vstinner | link | issue8215 messages |
2010-06-13 20:45:21 | vstinner | create | |
|