]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When the parameter to PyInt_AsLong() has already been checked with
authorFred Drake <fdrake@acm.org>
Wed, 17 Feb 1999 17:35:53 +0000 (17:35 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Feb 1999 17:35:53 +0000 (17:35 +0000)
commit1a566ff2e8bae5ce10ed0647820e956e490753db
treec58778c5bcd8d1322a17cfca94e2b315c727e355
parent8f2918f4fa075af61c63ef076a01ee7b1d5d83d8
When the parameter to PyInt_AsLong() has already been checked with
PyInt_Check(), use PyInt_AS_LONG() instead (two places).
Modules/parsermodule.c