v2.12.5
·
1099 commits
to main
since this release
-
Prevent first-party imports from being resolved to
site-packages
. -
Fix
astroid.interpreter._import.util.is_namespace()
incorrectly
returningTrue
for frozen stdlib modules on PyPy.Closes #1755