On Behalf Of Greg
Ewing
Sent: Sunday, December 15, 2019 5:39 PM
To: tkinter-discuss@python.org
Subject: Re: [Tkinter-discuss] The Async delete problem
On 16/12/19 11:18 am, Mike Barnett wrote:
> There are no tkinter calls made from any thread other than the main thread.
It looks like some t
ubject: Re: [Tkinter-discuss] The Async delete problem
On 16/12/19 11:18 am, Mike Barnett wrote:
> There are no tkinter calls made from any thread other than the main thread.
It looks like some tkinter objects are becoming part of garbage cycles, and
getting collected by whatever thread happens
On 16/12/19 11:18 am, Mike Barnett wrote:
There are no tkinter calls made from any thread other than the main thread.
It looks like some tkinter objects are becoming part of garbage
cycles, and getting collected by whatever thread happens to be
running when the cyclic gc kicks in.
Seems to me
PM
To: tkinter-discuss@python.org
Subject: Re: [Tkinter-discuss] The Async delete problem
Hi,
On Sun, 15 Dec 2019 18:29:18 +
Mike Barnett wrote:
> I've been fighting this error for a couple of years now and just when
> I think I've got it understood and "Fixed", it
Hi,
On Sun, 15 Dec 2019 18:29:18 +
Mike Barnett wrote:
> I've been fighting this error for a couple of years now and just when I
> think I've got it understood and "Fixed", it bites me again.
>
>
>
> Here's the error:
>
>
>
> Exception ignored in:
>
> Traceback (most recent call last):
>
>
I've been fighting this error for a couple of years now and just when I think
I've got it understood and "Fixed", it bites me again.
Here's the error:
Exception ignored in:
Traceback (most recent call last):
File "X:\Python\python3.8\lib\tkinter\__init__.py", line 351, in __del__
i