del seems to have some memory which puzzles me. See the following:
del
In [1]: import math In [2]: math.cos(0) Out[2]: 1.0 In [3]: del math.cos In [4