Changeset 391 for python/trunk/Include/ucnhash.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/ucnhash.h
r2 r391 7 7 #endif 8 8 9 /* revised ucnhash CAPI interface (exported through a PyCObject) */ 9 /* revised ucnhash CAPI interface (exported through a "wrapper") */ 10 11 #define PyUnicodeData_CAPSULE_NAME "unicodedata.ucnhash_CAPI" 10 12 11 13 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.