commit | 145bc2d638370cb6d3da361c6dc05c5bc29f0d11 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Feb 21 00:31:30 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Feb 20 23:31:30 2024 +0000 |
tree | dd91999f742cdcc40254ac4ddd93a1834b3f89b3 | |
parent | 52d14775665a6fde518ee3da88a73f39b09d993f [diff] |
gh-110850: Use public PyTime functions (#115746) Replace private _PyTime functions with public PyTime functions. random_seed_time_pid() now reports errors to its caller.