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 b927d08 commit 2998fedCopy full SHA for 2998fed
Include/internal/pycore_stackref.h
@@ -381,7 +381,7 @@ static const _PyStackRef PyStackRef_ERROR = { .bits = Py_TAG_INVALID };
381
/* For use in the JIT to clear an unused value.
382
* PyStackRef_ZERO_BITS has no meaning and should not be used other than by the JIT. */
383
static const _PyStackRef PyStackRef_ZERO_BITS = { .bits = 0 };
384
-
+
385
static inline PyObject *
386
_PyStackRef_AsTuple(_PyStackRef ref, PyObject *op)
387
{
0 commit comments