We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f25b7 + 3efa725 commit a87be4fCopy full SHA for a87be4f
1 file changed
stdlib/_socket.pyi
@@ -37,6 +37,12 @@ if sys.platform == "linux":
37
if sys.version_info >= (3, 14):
38
SOCK_CLOEXEC: Final[int]
39
SOCK_NONBLOCK: Final[int]
40
+<<<<<<< HEAD
41
+=======
42
+
43
44
45
+>>>>>>> 3efa725c7f9aa48f686b139f530c814d74788f81
46
47
# --------------------
48
# Many constants of these forms, documented in the Unix documentation on
@@ -703,7 +709,7 @@ if sys.version_info >= (3, 12):
703
709
SOL_L2CAP: Final[int]
704
710
SOL_RFCOMM: Final[int]
705
711
SOL_SCO: Final[int]
706
-
712
707
713
708
714
# Semi-documented constants
715
BDADDR_BREDR: Final[int]
0 commit comments