File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ Local naming conventions:
108
108
#include "Python.h"
109
109
#include "pycore_capsule.h" // _PyCapsule_SetTraverse()
110
110
#include "pycore_fileutils.h" // _Py_set_inheritable()
111
- #include "pycore_pyatomic_ft_wrappers.h"
112
111
#include "pycore_moduleobject.h" // _PyModule_GetState
113
112
#include "pycore_time.h" // _PyTime_AsMilliseconds()
113
+ #include "pycore_pyatomic_ft_wrappers.h"
114
114
115
115
#ifdef _Py_MEMORY_SANITIZER
116
116
# include <sanitizer/msan_interface.h>
@@ -573,6 +573,7 @@ static int sock_cloexec_works = -1;
573
573
574
574
#define SET_SOCK_CLOEXEC_WORKS (value ) FT_ATOMIC_STORE_INT_RELAXED(sock_cloexec_works, value)
575
575
#define GET_SOCK_CLOEXEC_WORKS () FT_ATOMIC_LOAD_INT_RELAXED(sock_cloexec_works)
576
+
576
577
#endif
577
578
578
579
static inline socket_state *
You can’t perform that action at this time.
0 commit comments