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-39651: Fix asyncio proactor _write_to_self() (GH-22197) #22215

Merged
merged 1 commit into from Sep 12, 2020

Commits on Sep 12, 2020

  1. bpo-39651: Fix asyncio proactor _write_to_self() (pythonGH-22197)

    Fix a race condition in the call_soon_threadsafe() method of
    asyncio.ProactorEventLoop: do nothing if the self-pipe socket has
    been closed.
    (cherry picked from commit 1b0f0e3)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    vstinner authored and miss-islington committed Sep 12, 2020
    Copy the full SHA
    1578df4 View commit details
    Browse the repository at this point in the history