Actions
Bug #12501
closedAssignment to local variable itself doesn't occur an error
Bug #12501:
Assignment to local variable itself doesn't occur an error
Description
For example:
but
The a after = is an undefined local variable, I think it should raise a NameError, but it only returns a nil value.
Is this a feature or bug?
Actions