Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Include/node.h

    r2 r388  
    2121                                      char *str, int lineno, int col_offset);
    2222PyAPI_FUNC(void) PyNode_Free(node *n);
     23#ifndef Py_LIMITED_API
     24Py_ssize_t _PyNode_SizeOf(node *n);
     25#endif
    2326
    2427/* Node access functions */
Note: See TracChangeset for help on using the changeset viewer.