Re: [Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Mike Barnett
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

Re: [Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Mike Barnett
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

Re: [Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Greg Ewing
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

Re: [Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Mike Barnett
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

Re: [Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Michael Lange
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): > >

[Tkinter-discuss] The Async delete problem....

2019-12-15 Thread Mike Barnett
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