Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そのため、python モジュールで time.time() を使用して実行時間を追跡し、タイムアウト時に while ループ エスケープとして機能しています。
私の質問は、いつ time.time() ロールオーバー/オーバーフローするかです。それともそうですか?私はまだ Python のデータ型を完全には理解していません。