[ python-Bugs-1195984 ] SystemError: error return without exception set

SourceForge.net noreply at sourceforge.net
Tue May 10 15:50:46 CEST 2005


Bugs item #1195984, was opened at 2005-05-05 11:38
Message generated for change (Comment added) made by nbajpai
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1195984&group_id=5470

Category: Python Interpreter Core
Group: Python 2.4
Status: Open
Resolution: None
>Priority: 6
Submitted By: Niraj Bajpai (nbajpai)
Assigned to: Nobody/Anonymous (nobody)
Summary: SystemError: error return without exception set

Initial Comment:
I am getting following error with Python 2.4.1 relase:

"SystemError: error return without exception set"

my code works fine with earlier release (python 2.4). Its a 
C code build in python so does not leave much traces to 
describe problem more.

Important Notes:

Release name: 2.4.1(final)
Platform: Solaris 2.8
Error: "SystemError: error return without exception set"



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

>Comment By: Niraj Bajpai (nbajpai)
Date: 2005-05-10 09:50

Message:
Logged In: YES 
user_id=1165734

Actually the same error happens in both 2.4 and 2.4.1. I call in 
python code to receive events from C code embedded in python 
interpreter. There are two meaningful events and idle event. I 
commented idle event in the code (C-code) and start seeing this 
error.

from python code:

x.receive(A)

<<<<<<-------- Error happens here

where A can be ,

receive "X"
or
receive "Y"
or 
receive "NOTHING"

In C code when I comment "NOTHING" event generator, I get the 
error. Some meaningful exception in python would have been 
better.



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

Comment By: Michael Hudson (mwh)
Date: 2005-05-06 07:45

Message:
Logged In: YES 
user_id=6656

Uh, there's not a lot to go on here.  Can you post some code?

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

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


More information about the Python-bugs-list mailing list