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 vstinner
Recipients lemburg, loewis, vstinner
Date 2010-04-13.00:51:33
SpamBayes Score 0.014729785
Marked as misclassified No
Message-id <1271119894.84.0.188816920199.issue8383@psf.upfronthosting.co.za>
In-reply-to
Content
I found this bug indirectly: test_logging failed on a SocketHandler if LogRecord.pathname contains a surrogate character. SocketHandler uses pickle to serialize the record.
History
Date User Action Args
2010-04-13 00:51:34vstinnersetrecipients: + vstinner, lemburg, loewis
2010-04-13 00:51:34vstinnersetmessageid: <1271119894.84.0.188816920199.issue8383@psf.upfronthosting.co.za>
2010-04-13 00:51:33vstinnerlinkissue8383 messages
2010-04-13 00:51:33vstinnercreate