Issue475666

classification
Title: __nonzero__ exceptions must be ignored
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn
Priority: normal Keywords:

Created on 2001-10-27.21:18:32 by bckfnn, last changed 2001-10-28.16:19:01 by bckfnn.

Files
File name Uploaded Description Edit Remove
test321.py bckfnn, 2001-10-27.21:18:49 Example.
Messages
msg434 (view) Author: Finn Bock (bckfnn) Date: 2001-10-27.21:18:32
Exceptions thrown during the retrieval of the 
__nonzero__ (and __len__) method must be ignored.

OTOH exceptions thrown during execution of the 
__nonzero__ method must still be passed through.

Reportred by Randy Jay Yarger on jython-dev.

msg435 (view) Author: Finn Bock (bckfnn) Date: 2001-10-28.16:18:19
Logged In: YES 
user_id=4201

Added as test321.py.
msg436 (view) Author: Finn Bock (bckfnn) Date: 2001-10-28.16:19:01
Logged In: YES 
user_id=4201

Fixed in PyInstance.java: 2.24;
History
Date User Action Args
2001-10-27 21:18:32bckfnncreate