Skip to content

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
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.

3 participants