Patches item #1179513, was opened at 2005-04-08 17:43
Message generated for change (Settings changed) made by logistix
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1179513&group_id=5470

Category: Parser/Compiler
Group: AST
Status: Open
Resolution: None
Priority: 5
Submitted By: logistix (logistix)
>Assigned to: Brett Cannon (bcannon)
Summary: [AST] Fix for core in test_grammar.py

Initial Comment:
Executing statements like:

compile("lambda x:x=1")

is causing a coredump on windows when it attempts to 
free an uninitialized ast_sequence.  Making sure that an 
appropriate null value is added to the sequence before 
cleaning up fixes this.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1179513&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to