[Python-3000] PEP 3100 Comments

Barry Warsaw barry at python.org
Mon May 8 21:54:04 CEST 2006


On Mon, 2006-05-08 at 20:36 +0200, Marcin 'Qrczak' Kowalczyk wrote:
> Barry Warsaw <barry at python.org> writes:
> 
> > Obviously if someone registers a callback that isn't callable,
> > we don't want to waste time on every iteration trying to call it,
> > only to catch whatever error might occur.
> 
> Who cares about performance of wrong code?

I do, since I'm trying to be robust in the case of errors in user
extensions.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 309 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-3000/attachments/20060508/d7a65003/attachment.pgp 


More information about the Python-3000 mailing list