]> granicus.if.org Git - python/commit
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 2 Feb 2017 19:31:53 +0000 (19:31 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 2 Feb 2017 19:31:53 +0000 (19:31 +0000)
commitea82972ec887cf7b92e0a8c14074bf9dc04d0f50
tree4a58e7591275ec7957d40d81a1734ae0d76c08ad
parentebfb2f76c5c7e1f5e3a37b719501e0e1ae6f680f
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
Lib/test/test_sys.py
Misc/NEWS
Python/pythonrun.c