python / cpython

The Python programming language
https://www.python.org
Other
63.65k stars 30.49k forks source link

gh-124873: Tolerate 100 ms in TimerfdTests on Android #127101

Closed vstinner closed 4 days ago

vstinner commented 4 days ago

On Android, TimerfdTests of test_os now uses 100 ms accuracy instead of 10 ms.

vstinner commented 4 days ago

Example of recent failure: https://github.com/python/cpython/pull/126730#issuecomment-2490914457

miss-islington-app[bot] commented 4 days ago

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. 🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

bedevere-app[bot] commented 4 days ago

GH-127105 is a backport of this pull request to the 3.13 branch.