Re: Why I fail so bad to check for memory leak with this code?

2022-07-22 Thread Marco Sulla
On Fri, 22 Jul 2022 at 09:00, Barry wrote: > With code as complex as python’s there will be memory allocations that occur that will not be directly related to the python code you test. > > To put it another way there is noise in your memory allocation signal. > > Usually the signal of a memory lea

OT: Computer vision

2022-07-22 Thread GB
I'm looking for some help getting started with a computer vision project. Can anyone here either help or point me in the direction of a better NG/forum, please? -- https://mail.python.org/mailman/listinfo/python-list

Re: Why I fail so bad to check for memory leak with this code?

2022-07-22 Thread Barry
 > On 21 Jul 2022, at 21:54, Marco Sulla wrote: > On Thu, 21 Jul 2022 at 22:28, MRAB wrote: >> >> It's something to do with pickling iterators because it still occurs >> when I reduce func_76 to: >> >> @trace >> def func_76(): >> pickle.dumps(iter([])) > > It's too strange. I found a b