Python: Fix bad join in import_points_to

This commit is contained in:
Taus
2025-12-18 12:03:40 +00:00
parent 4d45b5839d
commit 6b03130755

View File

@@ -715,7 +715,7 @@ private module InterModulePointsTo {
i.getImportedModuleName() = name and
PointsToInternal::module_imported_as(value, name) and
origin = f and
context.appliesTo(f)
context.appliesTo(pragma[only_bind_into](f))
)
}