Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Richard Si <[email protected]>
  • Loading branch information
pradyunsg and ichard26 authored Jul 9, 2024
commit 6009e3d04e00adf9e11f512cc10226a58239792e
2 changes: 1 addition & 1 deletion src/pip/_internal/utils/glibc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def glibc_version_string_ctypes() -> Optional[str]:
# errno set on the OSError. The single string argument used to construct
# OSError comes from libc itself and is therefore not portable to
# hard code here. In any case, failure to call dlopen() means we
# can proceed, so we bail on our attempt.
# can't proceed, so we bail on our attempt.
try:
process_namespace = ctypes.CDLL(None)
except OSError:
Expand Down