[Python-bugs-list] [ python-Bugs-464872 ] PyDict_Check() fails if object not dict

noreply@sourceforge.net noreply@sourceforge.net
Tue, 25 Sep 2001 09:36:20 -0700


Bugs item #464872, was opened at 2001-09-25 09:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=464872&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: PyDict_Check() fails if object not dict

Initial Comment:

Calling PyDict_Check() on the keywords object passed
to an built-in extension module callback, when no
keyword arguments were given results in Python raising
an exception, rather than return 0 as it should.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=464872&group_id=5470