]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change sys_exit to use METH_VARARGS.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 27 Mar 2002 13:03:09 +0000 (13:03 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 27 Mar 2002 13:03:09 +0000 (13:03 +0000)
commit0c766a0bb62877a1080acf3c70ca6ed393d9e7fc
treec4ef3ebf091a8b8a7463fe37c4479e4a6ec36e19
parent496f9e41ef01965caf747533acee3611871067b2
Change sys_exit to use METH_VARARGS.
sys.exit() now requires 0-1 arguments.  Previously 2+ arguments were allowed.
Misc/NEWS
Python/sysmodule.c