3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00

fix seg-fault bugs reported by Arie

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2012-11-22 15:51:47 -08:00
parent d27997aa1b
commit 141236e975
6 changed files with 16 additions and 10 deletions

View file

@ -827,7 +827,6 @@ class ExprRef(AstRef):
else:
return []
def _to_expr_ref(a, ctx):
if isinstance(a, Pattern):
return PatternRef(a, ctx)