Changeset 335 for pyyaml/trunk/ext/_yaml.h
- Timestamp:
- 12/30/08 09:55:47 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/ext/_yaml.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/ext/_yaml.h
r334 r335 4 4 #if PY_MAJOR_VERSION < 3 5 5 6 #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), 'strict')6 #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") 7 7 8 8 #else
Note: See TracChangeset
for help on using the changeset viewer.
