]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRec...
authorDouglas Thor <dougthor42@users.noreply.github.com>
Tue, 16 Apr 2024 09:44:57 +0000 (02:44 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 09:44:57 +0000 (10:44 +0100)
commit1316692e8c7c1e1f3b6639e51804f9db5ed892ea
tree38c3089f1c10e3420b29517a97495b1a95e9bdef
parent1a1e013a4a526546c373afd887f2e25eecc984ad
gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord` (GH-102412)
Doc/library/logging.rst
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS.d/next/Library/2023-03-03-21-13-08.gh-issue-102402.fpkRO1.rst [new file with mode: 0644]