We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f277c commit 4c399a9Copy full SHA for 4c399a9
1 file changed
httpcore/__init__.py
@@ -136,5 +136,5 @@ def __init__(self, *args, **kwargs): # type: ignore
136
137
__locals = locals()
138
for __name in __all__:
139
- if not __name.startswith("__"):
+ if not __name.startswith(("__", "SOCKET_OPTION")):
140
setattr(__locals[__name], "__module__", "httpcore") # noqa
0 commit comments