Author ncoghlan
Recipients
Date 2007-04-23.11:07:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Fixed in rev 54925 to raise SyntaxError instead of crashing.

The bug appears to have been present in the original nonlocal code - both the original code and the refactored code checked if a nonlocal variable was in the set of bound names without first checking that the relevant pointer was non-NULL.
History
Date User Action Args
2007-08-23 14:53:17adminlinkissue1705365 messages
2007-08-23 14:53:17admincreate