Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) #25440

Merged
merged 1 commit into from Apr 16, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 16, 2021

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)
(cherry picked from commit e1903e1)

https://bugs.python.org/issue43842

…H-25437)

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)
(cherry picked from commit e1903e1)
@bedevere-bot bedevere-bot added tests Tests in the Lib/test dir awaiting core review labels Apr 16, 2021
@vstinner vstinner merged commit 816da33 into python:3.8 Apr 16, 2021
14 checks passed
@vstinner vstinner deleted the fix_test_logging38 branch Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants