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

Lazily initialize http modules used for error handling #121

Merged
merged 1 commit into from Oct 19, 2023

Conversation

alex-pewpew
Copy link
Contributor

Implicit import ssl is happening here: https://github.com/python/cpython/blob/main/Lib/http/client.py#L1431

http.client is only used to report a case of thrown Exception during init. It's not a general execution path, and it's not time-critical. Thus it makes sense to speed up cold starts by importing on-demand

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@pushkarchawda pushkarchawda left a comment

Choose a reason for hiding this comment

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

LGTM

@alex-pewpew alex-pewpew merged commit 186003d into aws:main Oct 19, 2023
1 check passed
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.

None yet

3 participants