8000 Merge remote-tracking branch 'upstream/main' into gh-112213-weakref · python/cpython@0ef7f02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ef7f02

Browse files
committed
Merge remote-tracking branch 'upstream/main' into gh-112213-weakref
2 parents 59f908f + b8c952a commit 0ef7f02

File tree

7 files changed

+187
-44
lines changed

7 files changed

+187
-44
lines changed

Modules/_functoolsmodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "Python.h"
22
#include "pycore_call.h" // _PyObject_CallNoArgs()
3-
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION
43
#include "pycore_dict.h" // _PyDict_Pop_KnownHash()
54
#include "pycore_long.h" // _PyLong_GetZero()
65
#include "pycore_moduleobject.h" // _PyModule_GetState()

Modules/_io/bufferedio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "Python.h"
1111
#include "pycore_bytesobject.h" // _PyBytes_Join()
1212
#include "pycore_call.h" // _PyObject_CallNoArgs()
13-
#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION()
1413
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
1514
#include "pycore_pyerrors.h" // _Py_FatalErrorFormat()
1615
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()

Modules/_io/clinic/bufferedio.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/clinic/textio.c.h

Lines changed: 77 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0