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.

作者 loewis
收信人 brett.cannon, ehuss, facundobatista, georg.brandl, gvanrossum, jafo, jarpa, loewis, nnorwitz, zseil
日期 2008-02-03.19:04:03
SpamBayes Score 0.001095631
Marked as misclassified
Message-id <1202065445.26.0.925950796715.issue1692335@psf.upfronthosting.co.za>
In-reply-to
内容
I tested exception_pickling_25.diff, and it may break existing code.
In 2.5.1, Exception("Hello,4).__reduce__() gives 
(<type 'exceptions.Exception'>, ('Hello', 4))

With the patch, it gives

TypeError: can't pickle Exception objects

IMO, that is an unacceptable change for a bugfix release.

Aside: please give unique file names to the patches, or remove patches
if you want to replace a previous patch.
历史
日期 用户 动作 参数
2008-02-03 19:04:05loewis修改spambayes_score: 0.00109563 -> 0.001095631
recipients: + loewis, gvanrossum, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, zseil, jarpa
2008-02-03 19:04:05loewis修改spambayes_score: 0.00109563 -> 0.00109563
messageid: <1202065445.26.0.925950796715.issue1692335@psf.upfronthosting.co.za>
2008-02-03 19:04:04loewis链接issue1692335 messages
2008-02-03 19:04:04loewis创建