Fix imports binding `sys` to a local
Open
oversight
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
We need to use the actual variable name `sys` because `mypy` requires it, so our only real option here is to make `sys` an unredefinable built-in, like `_coconut` names, so that we can guarantee that the name `sys` will always globally refer to what we want and thus we don't have to redefine it locally.
Contributor guide
Assessment
This issue has not been assessed yet.