This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark
Recipients mark
Date 2008-03-03.11:34:28
SpamBayes Score 0.09469414
Marked as misclassified No
Message-id <1204544069.74.0.858936575145.issue2221@psf.upfronthosting.co.za>
In-reply-to
Content
In IDLE for Py30a3 if you enter:

>>> class A(

as soon as you type the ( you get the following output to stderr (on
Fedora 8 with Tcl/Tk 8.4):

: *** Internal Error: rpc.py:SocketIO.localcall()

 Object: exec
 Method: <bound method Executive.get_the_calltip of
<idlelib.run.Executive object at 0xb70f2b4c>>
 Args: ('A',)

Traceback (most recent call last):
  File "/home/mark/opt/python30a3/lib/python3.0/idlelib/rpc.py", line
188, in localcall
    ret = method(*args, **kwargs)
  File "/home/mark/opt/python30a3/lib/python3.0/idlelib/run.py", line
316, in get_the_calltip
    return self.calltip.fetch_tip(name)
  File "/home/mark/opt/python30a3/lib/python3.0/idlelib/CallTips.py",
line 103, in fetch_tip
    entity = self.get_entity(name)
  File "/home/mark/opt/python30a3/lib/python3.0/idlelib/CallTips.py",
line 112, in get_entity
    return eval(name, namespace)
SystemError: error return without exception set

It does not appear to affect IDLE's functionality.
History
Date User Action Args
2008-03-03 11:34:29marksetspambayes_score: 0.0946941 -> 0.09469414
recipients: + mark
2008-03-03 11:34:29marksetspambayes_score: 0.0946941 -> 0.0946941
messageid: <1204544069.74.0.858936575145.issue2221@psf.upfronthosting.co.za>
2008-03-03 11:34:29marklinkissue2221 messages
2008-03-03 11:34:28markcreate