Changeset 391 for python/trunk/Include/intobject.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/intobject.h
r2 r391 41 41 PyAPI_FUNC(long) PyInt_AsLong(PyObject *); 42 42 PyAPI_FUNC(Py_ssize_t) PyInt_AsSsize_t(PyObject *); 43 PyAPI_FUNC(int) _PyInt_AsInt(PyObject *); 43 44 PyAPI_FUNC(unsigned long) PyInt_AsUnsignedLongMask(PyObject *); 44 45 #ifdef HAVE_LONG_LONG
Note:
See TracChangeset
for help on using the changeset viewer.