summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Core and Builtins/2021-03-16-17-12-54.bpo-43517.zAo6Ws.rst
blob: 0f9926b93f6548f92873b852b4d843e626a98f5e (plain)
1
2
Fix misdetection of circular imports when using ``from pkg.mod import
attr``, which caused false positives in non-trivial multi-threaded code.