Whenever I set max_recursions to 0 or 1 in a profile, I get the following error after the lrf is generated:
Code:
Exception exceptions.WindowsError: WindowsError(32, 'The process cannot access
the file because it is being used by another process') in <bound method Portfolio.__del__ of
<portfolio.Portfolio object at 0x00FCFCF0>> ignored
If I then set max_recursions to 2 or more, the error goes away.