[issue18564] Integer overflow in socketmodule

Antoine Pitrou report at bugs.python.org
Sat Jul 27 22:38:28 CEST 2013


Antoine Pitrou added the comment:

Instead of writing try / except / self.fail, you could simply use the context manager form of assertRaises.

----------
nosy: +neologix, pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18564>
_______________________________________


More information about the Python-bugs-list mailing list