Skip to content

Conversation

@julien-lang
Copy link
Contributor

This PR is an update of #394 since the PR could not be merged as-is due to recent changes in the repo.

The scope of this PR is exactly the same as #394: Fix misused super in CACertsHTTPSConnection.

Closes #394

@julien-lang julien-lang requested a review from Copilot October 1, 2025 13:54
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Fixes incorrect usage of super() in CACertsHTTPSConnection where self was being passed explicitly, which could lead to incorrect method resolution or runtime errors.

  • Remove erroneous self argument from super().init call
  • Remove erroneous self argument from super().connect call

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@julien-lang julien-lang marked this pull request as ready for review October 1, 2025 14:08
@julien-lang julien-lang requested a review from a team October 1, 2025 14:08
@julien-lang
Copy link
Contributor Author

Replaced by #418

@julien-lang julien-lang deleted the ticket/SG-40026-fixup-super-prototype branch October 15, 2025 18:41
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.

4 participants