Skip to content

Commit 0fbf608

Browse files
committed
update clinic generate files
1 parent 79bbff5 commit 0fbf608

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Modules/_io/clinic/stringio.c.h

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_io/stringio.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "Python.h"
2-
#include <stddef.h> // offsetof()
2+
#include <stddef.h> // offsetof()
33
#include "pycore_object.h"
4-
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
54
#include "_iomodule.h"
65

76
/* Implementation note: the buffer is always at least one character longer

0 commit comments

Comments
 (0)