Open
Description
Right now, it infers to eval
(the bound method of builtins
) itself, which is wrong. Note that eval.__get()__
correctly resolves to an inference error.
Found while investigating #2672
Right now, it infers to eval
(the bound method of builtins
) itself, which is wrong. Note that eval.__get()__
correctly resolves to an inference error.
Found while investigating #2672