8000 gh-121423: Improve import time of `socket` by writing `socket.errorTab` as a constant and lazy import modules by Wulian233 · Pull Request #121424 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

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 12 commits into from
Sep 4, 2024
Prev Previous commit
Next Next commit
typo
  • Loading branch information
Wulian233 authored Jul 6, 2024
commit 984a3b217ccc3f0ff7a34d9bc4e20c400c80f9ab
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.errotTab and lazy import selectors
Speed up socket.errorTab and lazy import selectors
Loading
0