This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Document PyArg_Parse* behavior on failed conversion
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.4, Python 2.3, Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: belopolsky, georg.brandl
Priority: normal Keywords: patch

Created on 2008-03-04 02:22 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
doc-arg.diff belopolsky, 2008-03-04 02:22 diff against revision 61218
Messages (2)
msg63243 - (view) Author: Alexander Belopolsky (belopolsky) * (Python committer) Date: 2008-03-04 02:22
Much of existing code relies on PyArg_Parse* leaving C variables 
unmodified when conversion failed.  Attached patch documents that 
behavior.
msg63246 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-03-04 07:33
Committed in r61226, thank you!
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46483
2008-03-04 07:33:41georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg63246
2008-03-04 03:38:25benjamin.petersonsetnosy: + georg.brandl
2008-03-04 02:23:19belopolskysettype: enhancement
severity: normal -> minor
components: + Documentation
versions: + Python 2.6, Python 2.5, Python 2.4, Python 2.3, Python 3.0
2008-03-04 02:22:24belopolskycreate