Python: Prevent bad magic in one predicate.

This commit is contained in:
Mark Shannon 2019-08-23 15:08:19 +01:00
Родитель 1c51c34685
Коммит 20fc64c673
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,7 @@ abstract class ConstantObjectInternal extends ObjectInternal {
}
pragma[nomagic]
private boolean callToBool(CallNode call, PointsToContext context) {
PointsToInternal::pointsTo(call.getFunction(), context, ClassValue::bool(), _) and
exists(ObjectInternal arg |