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 loewis
Recipients brett.cannon, ehuss, facundobatista, georg.brandl, gvanrossum, jafo, jarpa, loewis, nnorwitz, zseil
Date 2008-02-03.19:04:03
SpamBayes Score 0.001095631
Marked as misclassified No
Message-id <1202065445.26.0.925950796715.issue1692335@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-03 19:04:05loewissetspambayes_score: 0.00109563 -> 0.001095631
recipients: + loewis, gvanrossum, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, zseil, jarpa
2008-02-03 19:04:05loewissetspambayes_score: 0.00109563 -> 0.00109563
messageid: <1202065445.26.0.925950796715.issue1692335@psf.upfronthosting.co.za>
2008-02-03 19:04:04loewislinkissue1692335 messages
2008-02-03 19:04:04loewiscreate