New submission from Stefan Volz <volzstefa...@googlemail.com>:
Hello, I'm currently writing my finals project using Python and needed a feature that threading.Timer could nearly but not quite fulfill: Execute a function after given time *with arguments provided and have the timer resettable*. So I did it myself and today I had the idea that it may be a good addition to the standartlibrary. The class is attached, on the bottom is a small test. ---------- components: Extension Modules files: Timeout.py messages: 332392 nosy: Stefan Volz priority: normal severity: normal status: open title: Parallel Timeout Class type: enhancement versions: Python 3.8 Added file: https://bugs.python.org/file48014/Timeout.py _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35571> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com