bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
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.
V
Victor Stinner committed
75ec103b3adbb7c619a0e22fa60f3d34c5a9e603
Parent: 471870f
Committed by GitHub <noreply@github.com>
on 4/16/2021, 12:32:01 PM