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 7ed7148 commit 56d4198Copy full SHA for 56d4198
1 file changed
Modules/_testinternalcapi/test_ptr_wise_memmove.c
@@ -7,7 +7,7 @@
7
// Five distinguishable immortal singletons used as placeholder pointers.
8
// These require no reference-count management when stored in a raw array.
9
#define NPTRS 5
10
-const static PyObject *test_objs[NPTRS] = {
+static PyObject *test_objs[NPTRS] = {
11
Py_None, Py_True, Py_False, Py_Ellipsis, Py_NotImplemented
12
};
13
// Fill buf[0..NPTRS-1] with test_objs in order.
0 commit comments