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 e6f5041 commit ac1b8e7Copy full SHA for ac1b8e7
Modules/_io/stringio.c
@@ -1,7 +1,7 @@
1
#include "Python.h"
2
-#include <stddef.h> // offsetof()
+#include <stddef.h> // offsetof()
3
#include "pycore_object.h"
4
-#include "pycore_critical_section.h"
+#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
5
#include "_iomodule.h"
6
7
/* Implementation note: the buffer is always at least one character longer
0 commit comments