[Python-bugs-list] [Bug #110614] illegal argument type for built-in operation (PR#204)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 7 Sep 2000 15:01:01 -0700


Bug #110614, was updated on 2000-Jul-31 14:06
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: Feature Request
Priority: 3
Summary: illegal argument type for built-in operation (PR#204)

Details: Jitterbug-Id: 204
Submitted-By: guido@python.org
Date: Tue, 15 Feb 2000 14:24:27 -0500 (EST)
Version: 1.5.2
OS: Solaris 2.7


When PyArg_ParseTuple() needs an int (for an 'i' format char) but finds
something else, it says

TypeError: illegal argument type for built-in operation

instead of the nice friendly error it usually gives.



====================================================================
Audit trail:
Wed Feb 23 21:31:39 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Jul-31 14:06
By: none

Comment:
From: "Fred L. Drake, Jr." <fdrake@acm.org>
Subject: Re: [Python-bugs-list] illegal argument type for built-in operation (PR#204)
Date: Tue, 15 Feb 2000 14:33:49 -0500 (EST)


guido@python.org writes:
 > When PyArg_ParseTuple() needs an int (for an 'i' format char) but finds
 > something else, it says
 > 
 > TypeError: illegal argument type for built-in operation

  This is also the case for the 'l' format, which is what range()
uses.


  -Fred

--
Fred L. Drake, Jr.	  <fdrake at acm.org>
Corporation for National Research Initiatives

-------------------------------------------------------

Date: 2000-Sep-07 15:01
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110614&group_id=5470