Author: Matti Picus <[email protected]>
Branch: PyTuple_Type-subclass
Changeset: r85369:fba83d47f447
Date: 2016-06-24 15:40 +0300
http://bitbucket.org/pypy/pypy/changeset/fba83d47f447/
Log: typos
diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c
--- a/pypy/module/cpyext/test/foo.c
+++ b/pypy/module/cpyext/test/foo.c
@@ -11,8 +11,8 @@
#else
#define PyThing_FromStringAndSize PyString_FromStringAndSize
#define PyThing_FromString PyString_FromString
- # defin PyThing_Check PyString_Check
- #define _PyThing_AsString _PyString_AsString
+ #define PyThing_Check PyString_Check
+ #define _PyThing_AsString PyString_AsString
#endif
typedef struct {
@@ -692,7 +692,7 @@
#else
-#define INITERROR return NULL
+#define INITERROR return
/* Initialize this module. */
#ifdef __GNUC__
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit