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 serhiy.storchaka
Recipients Claudiu.Popa, r.david.murray, serhiy.storchaka
Date 2012-04-04.19:34:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333568099.86.0.103022046519.issue14490@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. I came across this error yesterday in the tests, when broke utf-16 decoder. The error was introduced in the module atexit. Until it all tests passed successfully, and this branch will not run.

A simple search

find -name '*.py' -exec egrep '\braise +\w+[^(]*,' '{}' +

showed more than a thousand of problem lines.
History
Date User Action Args
2012-04-04 19:34:59serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, Claudiu.Popa
2012-04-04 19:34:59serhiy.storchakasetmessageid: <1333568099.86.0.103022046519.issue14490@psf.upfronthosting.co.za>
2012-04-04 19:34:59serhiy.storchakalinkissue14490 messages
2012-04-04 19:34:59serhiy.storchakacreate