[New-bugs-announce] [issue1316] fix a few PyInt_Check vs PyLong_Check problems

Georg Brandl report at bugs.python.org
Tue Oct 23 20:41:36 CEST 2007


New submission from Georg Brandl:

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.

----------
assignee: gvanrossum
files: long_check.diff
keywords: patch, py3k
messages: 56685
nosy: georg.brandl, gvanrossum
severity: normal
status: open
title: fix a few PyInt_Check vs PyLong_Check problems
versions: Python 3.0
Added file: http://bugs.python.org/file8598/long_check.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1316>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: long_check.diff
Type: application/pgp-signature
Size: 7749 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071023/def0e6f1/attachment.pgp 


More information about the New-bugs-announce mailing list