Hi Maciek, On Sat, Jun 02, 2007 at 04:50:44PM +0200, Maciek Fijalkowski wrote: > Because than, annotator complains about except termios.error, e: e.args[1]
Ah, because you need to carry an error code. That's the same as with OSError, so you should fix it in the same (hackish) way - grep for OSError in pypy/annotation/ :-) A bientot, Armin. _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
