[Python-Dev] Let's stop eating exceptions in dict lookup

Raymond Hettinger raymond.hettinger at verizon.net
Mon May 29 21:20:44 CEST 2006


From: "Armin Rigo" <arigo at tunes.org>
 
> I've finally come around to writing a patch that stops dict lookup from
> eating all exceptions that occur during lookup, like rare bugs in user
> __eq__() methods. 

Is there a performance impact?


Raymond



More information about the Python-Dev mailing list