Merge pull request #11347 from tausbn/python-clean-up-import-resolution

Python: Add change note for module resolution
This commit is contained in:
Rasmus Wriedt Larsen
2022-11-22 15:28:38 +01:00
committed by GitHub
2 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* The data-flow library has been rewritten to no longer rely on the points-to analysis in order to
resolve references to modules. Improvements in the module resolution can lead to more results.