Changeset 388 for python/vendor/current/Include/node.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Include/node.h
r2 r388 21 21 char *str, int lineno, int col_offset); 22 22 PyAPI_FUNC(void) PyNode_Free(node *n); 23 #ifndef Py_LIMITED_API 24 Py_ssize_t _PyNode_SizeOf(node *n); 25 #endif 23 26 24 27 /* Node access functions */
Note:
See TracChangeset
for help on using the changeset viewer.