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

OP_LEGACY_SERVER_CONNECT is not visible in module ssl #9849

Closed
jolaf opened this issue Aug 3, 2024 · 0 comments · Fixed by pylint-dev/astroid#2489 or pylint-dev/astroid#2490
Closed
Assignees
Labels
Needs astroid update Needs an astroid update (probably a release too) before being mergable
Milestone

Comments

@jolaf
Copy link

jolaf commented Aug 3, 2024

Bug description

from ssl import OP_LEGACY_SERVER_CONNECT
a = OP_LEGACY_SERVER_CONNECT

Configuration

No response

Command used

pylint test.py

Pylint output

************* Module test
test.py:1: [E0611(no-name-in-module), ] No name 'OP_LEGACY_SERVER_CONNECT' in module 'ssl'

Expected behavior

No error.

Pylint version

pylint 3.2.6
astroid 3.2.4
Python 3.12.3 (main, Jul 31 2024, 17:43:48) [GCC 13.2.0]

OS / Environment

Ubuntu 24.04

Additional dependencies

No response

@jolaf jolaf added the Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling label Aug 3, 2024
@jacobtylerwalls jacobtylerwalls added Needs astroid update Needs an astroid update (probably a release too) before being mergable and removed Needs triage 📥 Just created, needs acknowledgment, triage, and proper labelling labels Aug 3, 2024
@jacobtylerwalls jacobtylerwalls self-assigned this Aug 3, 2024
@jacobtylerwalls jacobtylerwalls added this to the 3.3.0 milestone Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs astroid update Needs an astroid update (probably a release too) before being mergable
Projects
None yet
2 participants