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 30eaf79 commit e858990Copy full SHA for e858990
mypyc/lib-rt/tuple_ops.c
@@ -5,9 +5,6 @@
5
#include <Python.h>
6
#include "CPy.h"
7
8
-// System-wide empty tuple constant
9
-PyObject * __mypyc_empty_tuple__ = NULL;
10
-
11
PyObject *CPySequenceTuple_GetItem(PyObject *tuple, CPyTagged index) {
12
if (CPyTagged_CheckShort(index)) {
13
Py_ssize_t n = CPyTagged_ShortAsSsize_t(index);
0 commit comments