Conversation
Closes dask#8641. _WindowsTime is no longer needed on Windows with Python 3.13. On Windows, Python 3.13 now uses GetSystemTimePreciseAsFileTime() for time.time() and QueryPerformanceCounter() for time.monotonic(). * python/cpython#116781 * python/cpython#116822
|
Can one of the admins verify this patch? Admins can comment |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 29 files ±0 29 suites ±0 10h 57m 17s ⏱️ - 2m 19s For more details on these failures, see this check. Results for commit f10c398. ± Comparison against base commit d5edb4e. |
fjetter
left a comment
There was a problem hiding this comment.
Thank you for fixing this and congrats for your first dask contribution!
You're welcome :-) |
Closes #8641.
_WindowsTime is no longer needed on Windows with Python 3.13. On Windows, Python 3.13 now uses GetSystemTimePreciseAsFileTime() for time.time() and QueryPerformanceCounter() for time.monotonic().
pre-commit run --all-files