Closed BasSandor closed 2 years ago
Hey @BasSandor, thanks for reporting. We'll try to fix this bug in our next version after 5.3.3, to be released in mid-October. In the meantime, please stop modifying locals
or you'll keep getting the same error.
Description
What steps will reproduce the problem?
I run a function in a seperate script. The function natively runs with magic numbers hard-coded into the functions. However, the functiona accepts **kwargs such that the locals() function may be altered using locals().update(). For example:
Now, in the external script we run:
The problem occurs when I try to debug this file and when I manually map c to a using
Traceback
Versions
Dependencies