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

fix: mark sigtimedwait parameters as positional for python 3.8 and 3.9 #11658

Merged
merged 3 commits into from
Mar 26, 2024
Merged

fix: mark sigtimedwait parameters as positional for python 3.8 and 3.9 #11658

merged 3 commits into from
Mar 26, 2024

Conversation

skeggse
Copy link
Contributor

@skeggse skeggse commented Mar 26, 2024

At least on Python 3.8.10 and 3.9.18 these functions do not allow keyword arguments.

Related: #10803

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Thanks, looks like #10803 was too conservative

@hauntsaninja hauntsaninja merged commit 9965725 into python:main Mar 26, 2024
55 checks passed
@skeggse skeggse deleted the patch-1 branch March 26, 2024 17:31
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