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

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