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 Alexander Riccio
Recipients Alexander Riccio, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-12-16.22:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450305862.36.0.643311084113.issue25892@psf.upfronthosting.co.za>
In-reply-to
Content
See: https://hg.python.org/cpython/file/tip/Objects/unicodeobject.c#l7335

The variable PyObject *exc in encode_code_page_strict is initialized but not used.
History
Date User Action Args
2015-12-16 22:44:22Alexander Ricciosetrecipients: + Alexander Riccio, paul.moore, tim.golden, zach.ware, steve.dower
2015-12-16 22:44:22Alexander Ricciosetmessageid: <1450305862.36.0.643311084113.issue25892@psf.upfronthosting.co.za>
2015-12-16 22:44:22Alexander Ricciolinkissue25892 messages
2015-12-16 22:44:22Alexander Ricciocreate