[issue14376] sys.exit documents argument as "integer" but actually requires "subtype of int"

Mark Dickinson report at bugs.python.org
Wed Mar 21 21:19:12 CET 2012


Mark Dickinson <dickinsm at gmail.com> added the comment:

> so maybe it's not important to do error handling here.

Hmm, seems it's not.  And dealing with OverflowError is hardly likely to be a concern in practice anyway.

+1 for the suggested fix.

----------

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


More information about the Python-bugs-list mailing list