[Python-bugs-list] [ python-Bugs-527816 ] (1).__nonzero__() dumps a core

noreply@sourceforge.net noreply@sourceforge.net
Sat, 09 Mar 2002 08:13:18 -0800


Bugs item #527816, was opened at 2002-03-09 16:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=527816&group_id=5470

Category: Python Interpreter Core
>Group: Python 2.2.1 candidate
Status: Open
Resolution: None
>Priority: 7
Submitted By: Cesar Douady (douady)
Assigned to: Nobody/Anonymous (nobody)
Summary: (1).__nonzero__() dumps a core

Initial Comment:
Essentially, all is said.
This is running Pyhton 2.2 on Linux.

>From a rapid analysis, this comes from  a
the slot nb_nonzero of tp_as_number which returns an
integer being called from a wrapper object which
expects a function returning a PyObject* .

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

>Comment By: Michael Hudson (mwh)
Date: 2002-03-09 16:13

Message:
Logged In: YES 
user_id=6656

Oops!  Good spot.  Raised priority.

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

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