Skip to content

gh-114905: Remove redundant assignment in ssl._create_unverified_context().#103625

Open
felixxm wants to merge 1 commit intopython:mainfrom
felixxm:remove-redundant
Open

gh-114905: Remove redundant assignment in ssl._create_unverified_context().#103625
felixxm wants to merge 1 commit intopython:mainfrom
felixxm:remove-redundant

Conversation

@felixxm
Copy link
Copy Markdown
Contributor

@felixxm felixxm commented Apr 19, 2023

context.check_hostname is already set in:

context.check_hostname = check_hostname

@arhadthedev arhadthedev added skip issue skip news topic-SSL stdlib Standard Library Python modules in the Lib/ directory labels Apr 19, 2023
Comment thread Lib/ssl.py
@serhiy-storchaka serhiy-storchaka changed the title Remove redundant assignment in ssl._create_unverified_context(). gh-114905: Remove redundant assignment in ssl._create_unverified_context(). Feb 2, 2024
@adamchainz
Copy link
Copy Markdown
Contributor

Simple cleanup.

@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Apr 12, 2026
@felixxm
Copy link
Copy Markdown
Contributor Author

felixxm commented Apr 12, 2026

This is not stale.

@felixxm
Copy link
Copy Markdown
Contributor Author

felixxm commented Apr 16, 2026

Rebased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core review skip issue skip news stale Stale PR or inactive for long period of time. stdlib Standard Library Python modules in the Lib/ directory topic-SSL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants