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:
108108#include "Python.h"
109109#include "pycore_capsule.h" // _PyCapsule_SetTraverse()
110110#include "pycore_fileutils.h" // _Py_set_inheritable()
111- #include "pycore_pyatomic_ft_wrappers.h"
112111#include "pycore_moduleobject.h" // _PyModule_GetState
113112#include "pycore_time.h" // _PyTime_AsMilliseconds()
113+ #include "pycore_pyatomic_ft_wrappers.h"
114114
115115#ifdef _Py_MEMORY_SANITIZER
116116# include <sanitizer/msan_interface.h>
@@ -573,6 +573,7 @@ static int sock_cloexec_works = -1;
573573
574574#define SET_SOCK_CLOEXEC_WORKS (value ) FT_ATOMIC_STORE_INT_RELAXED(sock_cloexec_works, value)
575575#define GET_SOCK_CLOEXEC_WORKS () FT_ATOMIC_LOAD_INT_RELAXED(sock_cloexec_works)
576+
576577#endif
577578
578579static inline socket_state *
You can’t perform that action at this time.
0 commit comments