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 pitrou
Recipients Jim.Jewett, Trundle, Yury.Selivanov, benjamin.peterson, cvrebert, daniel.urban, eric.araujo, gcbirzan, gvanrossum, jamesh, ncoghlan, pitrou
Date 2013-10-19.14:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382191815.2517.12.camel@fsol>
In-reply-to <1382191634.83.0.863750681734.issue12029@psf.upfronthosting.co.za>
Content
> Actually, I take back the performance comment - Jim's right that in
> the normal case, the slowdown should be minimal (it's just some
> additional checks that certain slots aren't populated on each listed
> exception class), and types can already influence that by messing with
> the MRO.

I think that the performance question can only really be answered by
running (micro-)benchmarks here.
History
Date User Action Args
2013-10-19 14:10:47pitrousetrecipients: + pitrou, gvanrossum, jamesh, ncoghlan, benjamin.peterson, eric.araujo, Trundle, cvrebert, daniel.urban, Yury.Selivanov, Jim.Jewett, gcbirzan
2013-10-19 14:10:47pitroulinkissue12029 messages
2013-10-19 14:10:47pitroucreate