]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.10/Include/bytesobject.h
AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5.
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Include / bytesobject.h
diff --git a/AppPkg/Applications/Python/Python-2.7.10/Include/bytesobject.h b/AppPkg/Applications/Python/Python-2.7.10/Include/bytesobject.h
new file mode 100644 (file)
index 0000000..d60bdc0
--- /dev/null
@@ -0,0 +1,27 @@
+#define PyBytesObject PyStringObject\r
+#define PyBytes_Type PyString_Type\r
+\r
+#define PyBytes_Check PyString_Check\r
+#define PyBytes_CheckExact PyString_CheckExact \r
+#define PyBytes_CHECK_INTERNED PyString_CHECK_INTERNED\r
+#define PyBytes_AS_STRING PyString_AS_STRING\r
+#define PyBytes_GET_SIZE PyString_GET_SIZE\r
+#define Py_TPFLAGS_BYTES_SUBCLASS Py_TPFLAGS_STRING_SUBCLASS\r
+\r
+#define PyBytes_FromStringAndSize PyString_FromStringAndSize\r
+#define PyBytes_FromString PyString_FromString\r
+#define PyBytes_FromFormatV PyString_FromFormatV\r
+#define PyBytes_FromFormat PyString_FromFormat\r
+#define PyBytes_Size PyString_Size\r
+#define PyBytes_AsString PyString_AsString\r
+#define PyBytes_Repr PyString_Repr\r
+#define PyBytes_Concat PyString_Concat\r
+#define PyBytes_ConcatAndDel PyString_ConcatAndDel\r
+#define _PyBytes_Resize _PyString_Resize\r
+#define _PyBytes_Eq _PyString_Eq\r
+#define PyBytes_Format PyString_Format\r
+#define _PyBytes_FormatLong _PyString_FormatLong\r
+#define PyBytes_DecodeEscape PyString_DecodeEscape\r
+#define _PyBytes_Join _PyString_Join\r
+#define PyBytes_AsStringAndSize PyString_AsStringAndSize\r
+#define _PyBytes_InsertThousandsGrouping _PyString_InsertThousandsGrouping\r