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

gh-121423: Improve import time of socket by writing socket.errorTab as a constant and lazy import modules #121424

Merged
merged 12 commits into from
Sep 4, 2024
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2024-07-06-12-37-10.gh-issue-121423.v…
…nxrl4.rst

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
  • Loading branch information
Wulian233 and eendebakpt authored Jul 7, 2024
commit dce6cd26f334ca6f35764438c2163f38d2bf2ad3
Copy link
Member

Choose a reason for hiding this comment

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

Please rename to Misc/NEWS.d/next/Library/2024-07-06-12-37-10.gh-issue-118761.vnxrl4.rst (containing gh-issue-118761) and we're ready to merge :)

Copy link
Member

Choose a reason for hiding this comment

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

#121423 is the right issue.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
Speed up socket.errorTab and lazy import selectors
Improve import time of `mod`:`socket` by writing `socket.errorTab` as a constant and lazy import of `mod`:`selectors`.
Loading