Unfortunately, it doesn't really matter whether the time slices are inaccurate on
Windows, because Python 2 on Windows doesn't easily support setting time limits for
subprocesses. Python 3.3 however introduced the timeout argument for subprocess calls.
Maybe we can discuss offline how we can use this.
|