The behavior of the pass builtin inside the context of an eval is confusing, as it calls a verb on the parent of the object that holds verb that called eval.
I can't think of any good reasons to allow pass inside the context of eval. Should it be banned?
The behavior of the
passbuiltin inside the context of anevalis confusing, as it calls a verb on the parent of the object that holds verb that calledeval.I can't think of any good reasons to allow
passinside the context ofeval. Should it be banned?