Changeset 391 for python/trunk/Doc/c-api/abstract.rst
- 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/Doc/c-api/abstract.rst
r2 r391 14 14 15 15 It is not possible to use these functions on objects that are not properly 16 initialized, such as a list object that has been created by :c func:`PyList_New`,16 initialized, such as a list object that has been created by :c:func:`PyList_New`, 17 17 but whose items have not been set to some non-\ ``NULL`` value yet. 18 18
Note:
See TracChangeset
for help on using the changeset viewer.