Python: Add change note

I wasn't entirely sure if this should be classified as `deprecated` or
`breaking`, but seeing as these changes technically _could_ break
existing queries (requiring a small rewrite), I opted for the latter.
This commit is contained in:
Taus
2025-10-30 15:16:51 +00:00
parent 820d8e76c4
commit e702d3bfc8

View File

@@ -0,0 +1,5 @@
---
category: breaking
---
- The classes `ControlFlowNode`, `Expr`, and `Module` no longer expose predicates that invoke the points-to analysis. To access these predicates, import the module `LegacyPointsTo` and follow the instructions given therein.