[issue1676820] Add a PeriodicTimer to threading

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: I'm closing this as rejected because the comments were not very supportive of the idea and there has been no activity for over 10 years. There are also more possibilities for this now with asyncio. -- resolution: -> rejected stage: patch review -> re

[issue1676820] Add a PeriodicTimer to threading

2020-11-15 Thread Irit Katriel
Irit Katriel added the comment: Based on the comments, should this be closed as rejected? -- nosy: +iritkatriel status: open -> pending ___ Python tracker ___ __

[issue1676820] Add a PeriodicTimer to threading

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1676820] Add a PeriodicTimer to threading

2010-09-16 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Java's Timer class tends to be discouraged these days in favor of ScheduledExecutorService.scheduleAtFixedRate and .scheduleWithFixedDelay (http://download.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html). Could you say why yo

[issue1676820] Add a PeriodicTimer to threading

2010-09-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't really agree with "negative periods behave like if the period was 0". Negative periods don't mean anything and should just raise ValueError. (as for 0, well, we can allow it anyway, although it means the timer just degenerates into an busy loop) The d

[issue1676820] Add a PeriodicTimer to threading

2010-09-16 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue1676820] Add a PeriodicTimer to threading

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: Could someone with commit privileges please take a look at the patch, thanks. -- ___ Python tracker ___ __

[issue1676820] Add a PeriodicTimer to threading

2010-07-16 Thread Mark Lawrence
Mark Lawrence added the comment: msg52115 "Looks fine to me". The code change is small, the rest of the patch is doc changes or unit tests, could someone run with this? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python

[issue1676820] Add a PeriodicTimer to threading

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0 ___ Python tracker ___ __

[issue1676820] Add a PeriodicTimer to threading

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: -> rfe versions: +Python 2.6, Python 3.0 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list