evhub / evhub/coconut

Fix imports binding `sys` to a local

Open
#712 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.