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 belopolsky
Recipients Arfrever, amaury.forgeotdarc, belopolsky, ezio.melotti, jafo, lemburg, loewis, ronaldoussoren, vstinner
Date 2010-12-07.17:19:22
SpamBayes Score 1.8185423e-05
Marked as misclassified No
Message-id <1291742366.02.0.161646897124.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a revised version of the patch which also includes some tests.  Interestingly, the issue in syslog module is a regression from 3.1 introduced in r80401.  Although it is not a crasher, I don't think it was intentional because although openlog() is happy to accept NULL for indent, the error from  _PyUnicode_AsString() would have to be cleared if the intent was to ignore undecodable indent.
History
Date User Action Args
2010-12-07 17:19:26belopolskysetrecipients: + belopolsky, lemburg, loewis, jafo, ronaldoussoren, amaury.forgeotdarc, vstinner, ezio.melotti, Arfrever
2010-12-07 17:19:26belopolskysetmessageid: <1291742366.02.0.161646897124.issue6697@psf.upfronthosting.co.za>
2010-12-07 17:19:22belopolskylinkissue6697 messages
2010-12-07 17:19:22belopolskycreate