Changeset 334 for pyyaml/trunk/ext/_yaml.pxd
- Timestamp:
- 12/30/08 08:30:52 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/ext/_yaml.pxd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/ext/_yaml.pxd
r223 r334 10 10 int PyString_GET_SIZE(object o) 11 11 object PyString_FromStringAndSize(char *v, int l) 12 object PyUnicode_DecodeUTF8(char *s, int s, char *e) 12 object PyUnicode_FromString(char *u) 13 object PyUnicode_DecodeUTF8(char *u, int s, char *e) 13 14 object PyUnicode_AsUTF8String(object o) 15 int PY_MAJOR_VERSION 14 16 15 17 ctypedef enum:
Note: See TracChangeset
for help on using the changeset viewer.
