Bugs item #1572320, was opened at 2006-10-06 14:37 Message generated for change (Comment added) made by jackdied You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1572320&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: j�rgen urner (cereb_00) Assigned to: Nobody/Anonymous (nobody) Summary: parser stack overflow Initial Comment: Executing this raw (malformed) tuple raises: s_push: parser stack overflow MemoryError instead of SyntaxError. Sorry for not tracking it down more, but the tuple was actually much longer, so I did at least a bit of that. Removing the last member raises SyntaxError as expected. ( ("indigo", "#4B0082)", ("gold", "#FFD700)", ("firebrick", "#B22222)", ("indianred", "#CD5C5C)", ("yellow", "#FFFF00)", ("darkolivegreen", "#556B2F)", ("darkseagreen", "#8FBC8F)", ("mediumvioletred", "#C71585)", ("mediumorchid", "#BA55D3)", ("chartreuse", "#7FFF00)", ("mediumslateblue", "#7B68EE)", ("black", "#000000)", ("springgreen", "#00FF7F)", ("crimson", "#DC143C)", ("lightsalmon", "#FFA07A)", ("brown", "#A52A2A)", ("turquoise", "#40E0D0)", ("olivedrab", "#6B8E23)", ("silver", "#C0C0C0)", ("skyblue", "#87CEEB)", ("gray", "#808080)", ("darkturquoise", "#00CED1)", ("goldenrod", "#DAA520)", ("darkgreen", "#006400)", ("darkviolet", "#9400D3)", ("darkgray", "#A9A9A9)", ("lime", "#00FF00)", ("lightpink", "#FFB6C1)", ("teal", "#008080)", ("darkmagenta", "#8B008B)", ("lightgoldenrodyellow", "#FAFAD2)", ("lavender", "#E6E6FA)", ) ---------------------------------------------------------------------- Comment By: Jack Diederich (jackdied) Date: 2006-11-08 18:38 Message: Logged In: YES user_id=591932 Here is a simpler testcase (((((((((((((((((((((((((((((((((() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1572320&group_id=5470
_______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com