~ubuntu-branches/ubuntu/quantal/python2.7/quantal

« back to all changes in this revision

Viewing changes to Doc/c-api/abstract.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 19:28:43 UTC
  • mto: (36.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20120309192843-n84bbtrkfxw34p6n
Tags: upstream-2.7.3~rc1
ImportĀ upstreamĀ versionĀ 2.7.3~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
will raise a Python exception.
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 :cfunc:`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
 
19
19
.. toctree::