FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.11] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780) by miss-islington · Pull Request #109882 · python/cpython · GitHub

/ cpython Public

[3.11] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780) - #109882

Merged
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-0b4e090-3.11
Sep 26, 2023
Merged

[3.11] gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109780)#109882
serhiy-storchaka merged 1 commit into
python:3.11from
miss-islington:backport-0b4e090-3.11

Conversation

miss-islington commented Sep 26, 2023
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Follow-up of gh-107219.

  • Only close the connection writer on Windows.
  • Also use existing constant _winapi.ERROR_OPERATION_ABORTED instead of
    WSA_OPERATION_ABORTED.
    (cherry picked from commit 0b4e090)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…utures (pythonGH-109780)

Follow-up of pythongh-107219.

* Only close the connection writer on Windows.
* Also use existing constant _winapi.ERROR_OPERATION_ABORTED instead of
  WSA_OPERATION_ABORTED.
(cherry picked from commit 0b4e090)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL