Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
vstinner merged 1 commit into
python:3.8python/cpython:3.8from
vstinner:fix_test_logging38Copy head branch name to clipboard
Apr 16, 2021
Merged

[3.8] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)#25440
vstinner merged 1 commit into
python:3.8python/cpython:3.8from
vstinner:fix_test_logging38Copy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Apr 16, 2021

Copy link
Copy Markdown
Member

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)
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.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.