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 513153b commit eca46b4Copy full SHA for eca46b4
mypyc/lib-rt/byteswriter_extra_ops.c
@@ -1,3 +1,6 @@
1
+// Primitives related to librt.strings.BytesWriter that get linked statically
2
+// with compiled modules, instead of being called via a capsule.
3
+
4
#include "byteswriter_extra_ops.h"
5
6
char CPyBytesWriter_Write(PyObject *obj, PyObject *value) {
mypyc/lib-rt/librt_internal.c
@@ -27,8 +27,6 @@
27
#define LONG_INT_TRAILER 15
28
29
#define CPY_BOOL_ERROR 2
30
-#define CPY_NONE_ERROR 2
31
-#define CPY_NONE 1
32
33
#define _CHECK_READ_BUFFER(data, err) if (unlikely(_check_read_buffer(data) == CPY_NONE_ERROR)) \
34
return err;
0 commit comments