[3.9] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) by vstinner · Pull Request #25437 · python/cpython
Fix a race condition in the SMTP test of test_logging. Don't close a file descriptor (socket) from a different thread while asyncore.loop() is polling the file descriptor. (cherry picked from commit 75ec103)
vstinner
changed the title
bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
[3.9] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
vstinner added a commit that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters