8000 Add several missing stdlib functions by not-my-profile · Pull Request #7397 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Add several missing stdlib functions #7397

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 10 commits into from
Mar 6, 2022
Prev Previous commit
stdlib: Add errno.EDEADLK
  • Loading branch information
not-my-profile committed Mar 2, 2022
commit 5b622c83be13143b1adde7989a241481be6a8209
1 change: 1 addition & 0 deletions stdlib/errno.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ EMLINK: int
EPIPE: int
EDOM: int
ERANGE: int
EDEADLK: int
EDEADLCK: int
ENAMETOOLONG: int
ENOLCK: int
Expand Down
0