Skip to content

PYTHON-5405 Use legacy wait_for_read cancellation approach on Windows #2363

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

Merged
merged 2 commits into from
Jun 10, 2025

Conversation

blink1073
Copy link
Member

No description provided.

@blink1073 blink1073 requested a review from ShaneHarvey June 9, 2025 15:47
@@ -286,6 +287,7 @@ async def _async_socket_receive(


_PYPY = "PyPy" in sys.version
_WINDOWS = os.name == "nt"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our usual windows check is sys.platform == "win32"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@blink1073 blink1073 requested a review from ShaneHarvey June 9, 2025 18:26
@blink1073
Copy link
Member Author

drivers-pr-bot, please backport to v4.13

@blink1073 blink1073 merged commit 0dd5a5c into mongodb:master Jun 10, 2025
76 of 79 checks passed
@blink1073 blink1073 deleted the PYTHON-5405 branch June 10, 2025 00:36
blink1073 added a commit to blink1073/mongo-python-driver that referenced this pull request Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants