Changeset 331 for pyyaml/trunk/ext/_yaml.h
- Timestamp:
- 12/29/08 18:21:43 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/ext/_yaml.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/ext/_yaml.h
r205 r331 2 2 #include <yaml.h> 3 3 4 #if PY_MAJOR_VERSION >= 3 5 6 #define PyString_CheckExact PyBytes_CheckExact 7 #define PyString_AS_STRING PyBytes_AS_STRING 8 #define PyString_GET_SIZE PyBytes_GET_SIZE 9 #define PyString_FromStringAndSize PyBytes_FromStringAndSize 10 11 #endif
Note: See TracChangeset
for help on using the changeset viewer.
