[Python-Dev] struct module: add OverflowErrors now?

François Pinard pinard at iro.umontreal.ca
Fri Nov 12 15:51:51 CET 2004


> The struct module is too lazy in checking for overflows [...].

Agreed.  Python is usually on the side of not letting errors go through
silently, and as we learn to comfortably rely on this behaviour, I found
the weakness of `struct' in this area a bit, huh, surprising. :-)

-- 
François Pinard   http://pinard.progiciels-bpi.ca


More information about the Python-Dev mailing list