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 2fe8d43 commit 3119162Copy full SHA for 3119162
1 file changed
mypyc/lib-rt/librt_strings.c
@@ -18,6 +18,8 @@
18
((BytesWriterObject *)data)->len += sizeof(type); \
19
} while (0)
20
21
+#ifdef MYPYC_EXPERIMENTAL
22
+
23
static PyTypeObject BytesWriterType;
24
25
static bool
@@ -377,6 +379,8 @@ BytesWriter_len_internal(PyObject *self) {
377
379
return writer->len << 1;
378
380
}
381
382
+#endif
383
384
static PyMethodDef librt_strings_module_methods[] = {
385
{NULL, NULL, 0, NULL}
386
};
0 commit comments