8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
std::time::Duration::from_secs_f64 behavior is changed in Rust 1.63.
std::time::Duration::from_secs_f64
related python test:
test_os::test_utime_by_indexed
test_os::test_utime_by_times
test command:
cargo +stable run Lib/test/test_os.py -k utime -v
cargo +1.62.1 run Lib/test/test_os.py -k utime -v
Rust issue including minimal reproducible code
We will stay on 1.62.1 until checking if it is a rust bug or intended change.
Once it is resolved:
The text was updated successfully, but these errors were encountered:
In CPython, _PyTime_DoubleToDenominator provides rounding option. floor option is passed for this path.
_PyTime_DoubleToDenominator
Sorry, something went wrong.
It was an intended behavior change from Rust. we need to implement rounding option like cpython.
No branches or pull requests
std::time::Duration::from_secs_f64
behavior is changed in Rust 1.63.related python test:
test_os::test_utime_by_indexed
test_os::test_utime_by_times
test command:
cargo +stable run Lib/test/test_os.py -k utime -v
cargo +1.62.1 run Lib/test/test_os.py -k utime -v
Rust issue including minimal reproducible code
To-do
We will stay on 1.62.1 until checking if it is a rust bug or intended change.
Once it is resolved:
The text was updated successfully, but these errors were encountered: