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.

Author loewis
Recipients loewis, pitrou
Date 2009-05-11.05:17:48
SpamBayes Score 2.9644515e-10
Marked as misclassified No
Message-id <1242019143.95.0.525864443225.issue5990@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is more general. It can always happen that another argument
conversion fails after the O& conversion had failed. Instead of going
through the code and fixing each and every usage of the FSConverter
callback, I'd rather want to discuss a more general solution, where
PyArg_ParseTuple will invoke cleanup itself.
History
Date User Action Args
2009-05-11 05:19:18loewissetrecipients: + loewis, pitrou
2009-05-11 05:19:03loewissetmessageid: <1242019143.95.0.525864443225.issue5990@psf.upfronthosting.co.za>
2009-05-11 05:18:55loewislinkissue5990 messages
2009-05-11 05:18:47loewiscreate