-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(module) use
sys.stdlib_module_names
to get stdlibs in Python >…
…= 3.10 (#275) * refactor(scripts): only generate stdlibs for Python < 3.10 * feat(module): use `sys.stdlib_module_names` to get stdlibs in Python >= 3.10 * perf: retrieve stdlib modules only once * test(core): rework tests following stdlib retrieval changes * chore(mypy): set `explicit_package_bases`
- Loading branch information
1 parent
1a9e1fa
commit 4c72b74
Showing
16 changed files
with
822 additions
and
1,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.