-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
help wantedExtra attention is neededExtra attention is neededlevel:advancedNeeds a lot of careNeeds a lot of carerule requestAdding a new ruleAdding a new rule
Milestone
Description
Rule request
Thesis
This example can damage your code: https://github.com/satwikkansal/wtfPython#-the-disappearing-variable-from-outer-scope
e = 7
try:
raise Exception()
except Exception as e:
pass
>>> print(e)
NameError: name 'e' is not definedReasoning
It just deletes your variables! This should not happen.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededlevel:advancedNeeds a lot of careNeeds a lot of carerule requestAdding a new ruleAdding a new rule