mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-91212: Fixed flickering when the tracer is turned off (#95129)
Fixed flickering when the tracer is turned off.
This commit is contained in:
parent
c759944f16
commit
4652093e1b
3 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,6 @@ def tick():
|
|||
writer.write(datum(t),
|
||||
align="center", font=("Courier", 14, "bold"))
|
||||
writer.forward(85)
|
||||
tracer(True)
|
||||
second_hand.setheading(6*sekunde) # or here
|
||||
minute_hand.setheading(6*minute)
|
||||
hour_hand.setheading(30*stunde)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue