]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117985)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Apr 2024 17:01:55 +0000 (19:01 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 17:01:55 +0000 (19:01 +0200)
commit8f25cc992021d6ffc62bb110545b97a92f7cb295
treea5e7d68d60ea298be5bd36e34f42a6dc7a26ceb9
parentccdcd1d95a9d6eda4df86811c4539f204beef817
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak (#117985)

Fix a reference leak in test_relativeCreated_has_higher_precision()
of test_logging: don't reimport the logging the logging module.
Lib/test/test_logging.py