commit | 1a566ff2e8bae5ce10ed0647820e956e490753db | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Feb 17 17:35:53 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Feb 17 17:35:53 1999 +0000 |
tree | c58778c5bcd8d1322a17cfca94e2b315c727e355 | |
parent | 8f2918f4fa075af61c63ef076a01ee7b1d5d83d8 [diff] |
When the parameter to PyInt_AsLong() has already been checked with PyInt_Check(), use PyInt_AS_LONG() instead (two places).