Changeset 391 for python/trunk/Include/tupleobject.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/tupleobject.h
r2 r391 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.