landscapeio / landscape-issues

The public issue tracker for Landscape.io (https://landscape.io)
15 stars 1 forks source link

Star imports trigger multiple `Redefining built-in` error when star-importing #281

Closed nirizr closed 4 years ago

nirizr commented 7 years ago

See following PR: https://landscape.io/github/nirizr/rematch/pulls/239 (https://github.com/nirizr/rematch/pull/239)

Which adds the following import line: from settings import *

And triggers many peculiar errors about importing builtins from the settings module overrides builtins from the current module.