[Python-bugs-list] [Bug #132510] Fatal error on x+1=1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Feb 2001 07:33:44 -0800


Bug #132510, was updated on 2001-Feb-15 05:33
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 8
Submitted by: gvanrossum
Assigned to : jhylton
Summary: Fatal error on x+1=1

Details: The statement x+1=1 causes the code generator to dump some
internal data structures and issue a fatal error:
too many children in default case.  The dump says:
300: (null)
  301: (null)
    302: (null)
      303: (null)
        304: (null)
          1: x
  14: +
  301: (null)
    302: (null)
      303: (null)
        304: (null)
          2: 1



Follow-Ups:

Date: 2001-Feb-19 07:33
By: jhylton

Comment:
Fixed in rev. 2.166 of compile.c

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

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132510&group_id=5470