-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
I wrote a stock data display board using tkinter, which refreshes the textvariable of a Label after receiving new stock data.
pyton code:
stock_price=StringVar()
'''
Sorry I can't provide an interface for stock data because it contains account information. In short, you will get a variable called last_price
'''
stock_price.set(last_price)
I tried many times, but the memory usage kept increasing due to the high frequency of changing the 'textvariable' of the Label component.
I hope this can be fixed, thank you very much.
CPython versions tested on:
3.12
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
pendingThe issue will be closed if no feedback is providedThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-tkintertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error