File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4292,14 +4292,13 @@ \section{Examples \label{memoryExamples}}
42924292\cfunction {PyObject_NEW()}\ttindex {PyObject_NEW()} and
42934293\cfunction {PyObject_NEW_VAR()}\ttindex {PyObject_NEW_VAR()}.
42944294
4295- % XXX use this for Python 1.6:
4296- % \cfunction{_PyObject_New()}, \cfunction{_PyObject_NewVar()},
4297- % \cfunction{_PyObject_Del()}, or with their corresponding macros
4298- % \cfunction{PyObject_NEW()}, \cfunction{PyObject_NEW_VAR()},
4299- % \cfunction{PyObject_DEL()}.
4300-
4301- % These will be explained in the next chapter on defining and
4302- % implementing new object types in C.
4295+ \cfunction {_PyObject_New()}, \cfunction {_PyObject_NewVar()},
4296+ \cfunction {_PyObject_Del()}, or with their corresponding macros
4297+ \cfunction {PyObject_NEW()}, \cfunction {PyObject_NEW_VAR()},
4298+ \cfunction {PyObject_DEL()}.
4299+
4300+ These will be explained in the next chapter on defining and
4301+ implementing new object types in C.
43034302
43044303
43054304\chapter {Defining New Object Types \label {newTypes } }
You can’t perform that action at this time.
0 commit comments