[Patches] [ python-Patches-1179513 ] [AST] Fix for core in
test_grammar.py
SourceForge.net
noreply at sourceforge.net
Sat Apr 9 00:45:13 CEST 2005
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
More information about the Patches
mailing list