Following achrzesz hint about integral's algorithm option, I encountered the behavior:
integral(1/x^2, x, -infinity, -1, algorithm='sympy')
Unfortunately, I got:
Traceback (click to the left of this block for traceback)
...
AttributeError: 'MinusInfinity' object has no attribute '_sympy_'
What's going wrong?