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 2c8f077 commit a6edceaCopy full SHA for a6edcea
Include/internal/pycore_tuple.h
@@ -8,7 +8,7 @@ extern "C" {
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
-#include "pycore_object.h" // _PyObject_GC_IS_TRACKED
+#include "pycore_object.h" // _PyObject_GC_IS_TRACKED
12
#include "pycore_structs.h" // _PyStackRef
13
14
extern void _PyTuple_MaybeUntrack(PyObject *);
@@ -39,8 +39,7 @@ typedef struct {
39
_PyTuple_CAST(op)->ob_hash = -1; \
40
} while (0)
41
42
-/*
43
- bpo-42536: If reusing a tuple object, this should be called to re-track it
+/* bpo-42536: If reusing a tuple object, this should be called to re-track it
44
with the garbage collector and reset its hash cache. */
45
static inline void
46
_PyTuple_Recycle(PyObject *op)
0 commit comments