Changeset 388 for python/vendor/current/Include/tupleobject.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Include/tupleobject.h
r2 r388 45 45 PyAPI_FUNC(int) _PyTuple_Resize(PyObject **, Py_ssize_t); 46 46 PyAPI_FUNC(PyObject *) PyTuple_Pack(Py_ssize_t, ...); 47 PyAPI_FUNC(void) _PyTuple_MaybeUntrack(PyObject *); 47 48 48 49 /* Macro, trading safety for speed */
Note:
See TracChangeset
for help on using the changeset viewer.