Bugs item #1264168, was opened at 2005-08-19 10:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1264168&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Finlay (finlay648)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyArg_ParseTupleAndKeywords doesn't handle I format correctl

Initial Comment:
PyArg_ParseTupleAndKeywords fails with the message;
"...impossible<bad format char>"
when parsing an optional keyword param using "I" format.

Using Python 2.3.5 but also observed in Python 2.4.x

The problem is a missing "I" handler in the skipitem
function.

I've attached a proposed patch.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1264168&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to