This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, gvanrossum
Date 2007-10-23.18:41:35
SpamBayes Score 0.08307156
Marked as misclassified No
Message-id <1193164896.58.0.699335652661.issue1316@psf.upfronthosting.co.za>
In-reply-to
Content
This fixes a few places where PyInt_Check and PyLong_Check are used
redundantly, and where the checks must be changed now that there's only
PyLong.
Files
File name Uploaded
long_check.diff georg.brandl, 2007-10-23.18:41:35
History
Date User Action Args
2007-10-23 18:41:37georg.brandlsetspambayes_score: 0.0830716 -> 0.08307156
recipients: + georg.brandl, gvanrossum
2007-10-23 18:41:36georg.brandlsetspambayes_score: 0.0830716 -> 0.0830716
messageid: <1193164896.58.0.699335652661.issue1316@psf.upfronthosting.co.za>
2007-10-23 18:41:36georg.brandllinkissue1316 messages
2007-10-23 18:41:36georg.brandlcreate