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.
1 parent 1920fcb commit fb02f9dCopy full SHA for fb02f9d
1 file changed
Modules/_ssl.c
@@ -28,8 +28,8 @@
28
#include "Python.h"
29
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
30
#include "pycore_fileutils.h" // _PyIsSelectable_fd()
31
-#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED()
32
#include "pycore_long.h" // _PyLong_UnsignedLongLong_Converter()
+#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_LOAD_PTR_RELAXED()
33
#include "pycore_pyerrors.h" // _PyErr_ChainExceptions1()
34
#include "pycore_time.h" // _PyDeadline_Init()
35
#include "pycore_tuple.h" // _PyTuple_FromPair
0 commit comments