1 .__nonzero__() => memory fault (2.2 win32)

Gerhard =?unknown-8bit?Q?H=E4ring?= gerhard at bigfoot.de
Thu Apr 4 19:27:02 EST 2002


* Bengt Richter <bokr at oz.net> [2002-04-05 00:04 +0000]:
>  Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32
>  Type "help", "copyright", "credits" or "license" for more information.
>  >>> hasattr(1, '__nonzero__')
>  1
>  >>> 1 .__nonzero__()
> 
> (You get a memory fault).

Bugs should be reported with the Sourceforge bug tracker.

This particular one is already know and even fixed in CVS:

http://sf.net/tracker/?group_id=5470&atid=105470&func=detail&aid=527816

To find it, I entered "__nonzero__" in the bug search box.

Gerhard





More information about the Python-list mailing list