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 sbt
Recipients alexandre.vassalotti, belopolsky, benjamin.peterson, bpb, brett.cannon, ehuss, facundobatista, fmitha, georg.brandl, gvanrossum, jafo, jaraco, jarpa, kylev, loewis, lukasz.langa, nnorwitz, pitrou, python-dev, sbt, taleinat, tseaver, vstinner, zbysz, zseil
Date 2012-07-29.12:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343564695.76.0.141815527322.issue1692335@psf.upfronthosting.co.za>
In-reply-to
Content
> Richard, can the issue be closed?

I guess so (although the change could arguably be back ported).

Pickling of Exception classes is still somewhat dodgy because an example like

    class Error(Exception):
        def __init__(self, x):
            Exception.__init__(self)
            self.x = x

is still not picklable.

Any further improvements can be discussed in a separate issue, so I will close.
History
Date User Action Args
2012-07-29 12:24:55sbtsetrecipients: + sbt, gvanrossum, loewis, nnorwitz, brett.cannon, georg.brandl, facundobatista, jafo, ehuss, tseaver, jaraco, belopolsky, zseil, fmitha, pitrou, vstinner, taleinat, alexandre.vassalotti, benjamin.peterson, jarpa, bpb, zbysz, kylev, lukasz.langa, python-dev
2012-07-29 12:24:55sbtsetmessageid: <1343564695.76.0.141815527322.issue1692335@psf.upfronthosting.co.za>
2012-07-29 12:24:55sbtlinkissue1692335 messages
2012-07-29 12:24:55sbtcreate