From: Fernando P. <fpe...@gm...> - 2006-10-31 00:23:44
|
On 10/30/06, Travis Oliphant <oli...@ee...> wrote: > David Huard wrote: > > > Ok, > > I'll update numpy and give it another try tonight. > > > > I just fixed some reference-count problems in f2py today. These were of > the variety that there was a missing decref that would cause the > reference count of certain often-used data-types to increase without > bound and eventually wrap (to 0) in long-running processes using f2py. > > I suspect this is the fundamental problem in both cases. Many thanks, Travis. We're rebuilding numpy and all of our f2py-generated wrappers, and will start a new run. I'll report on the results as well. Cheers, f |