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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1316>
__________________________________

Attachment: long_check.diff
Description: PGP signature

_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to