[pygobject/py3k: 5/20] Add PyByteArray macros
- From: John Ehresman <jpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject/py3k: 5/20] Add PyByteArray macros
- Date: Thu, 15 Apr 2010 17:49:26 +0000 (UTC)
commit 1459fd6e361453953fca4e62ab544703ef70f4a9
Author: John Ehresman <jpe wingware com>
Date: Tue Apr 13 11:45:48 2010 -0400
Add PyByteArray macros
glib/pyglib-python-compat.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/glib/pyglib-python-compat.h b/glib/pyglib-python-compat.h
index c2523ff..e950160 100644
--- a/glib/pyglib-python-compat.h
+++ b/glib/pyglib-python-compat.h
@@ -52,8 +52,13 @@ typedef inquiry lenfunc;
#define _PyUnicode_FromFormat PyString_FromFormat
#define _PyUnicode_AS_STRING PyString_AS_STRING
#define _PyUnicode_GET_SIZE PyString_GET_SIZE
-#define _PyUnicode_Resize _PyString_Resize
#define _PyUnicode_Type PyString_Type
+
+#define _PyByteArray_FromStringAndSize PyString_FromStringAndSize
+#define _PyByteArray_Resize _PyString_Resize
+#define _PyByteArray_AsString PyString_AsString
+#define _PyByteArray_Size PyString_Size
+
#define _PyLong_Check PyInt_Check
#define _PyLong_FromLong PyInt_FromLong
#define _PyLong_AsLong PyInt_AsLong
@@ -69,6 +74,7 @@ typedef inquiry lenfunc;
#endif
#else
+
#undef PYGLIB_MODULE_START
#undef PYGLIB_MODULE_END
#undef PYGLIB_DEFINE_TYPE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]