cpython/Misc/NEWS.d/next/Tests/2021-04-16-14-07-40.bpo-438...

5 lines
197 B
ReStructuredText

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.
Patch by Victor Stinner.