-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
Description
Bug report
Bug description:
# Add a code block here, if required
import time
input ("the ceiling says gullible on it!")
while True:
print ("you are an idiot!")
print ("hahahahahahahahah")
time.sleep(.5)
if input("IDIOT"):
break
OS used: ubuntu 24.04.2
Found a bug in python3 where if the time.sleep is set to a value such as .5 then any break value may stop working in script (in the context of a loop).
CPython versions tested on:
3.14
Operating systems tested on:
Linux