[Question] Destroying the window takes EXTREAMLY long time! #5601
Replies: 1 comment
-
Major Update: I have captured a debug log that pinpoints the exact location of the delay! I enabled debug logging (logging.basicConfig(level=logging.DEBUG)) and captured the following output when clicking the close button. The Key Finding: Here is the relevant part of the log: Details
This confirms that the issue is not in sending the command, but in the final handshake or process termination step between the Python script and the fletd process on my specific Windows 11 environment. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
All these three expressions are EXTREMELY SLOW!
They take nearly 5 seconds to in the program below.
Btw, English is not my first language 😄.
Code sample
Environment Information
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions