Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e06f0f9

Browse files
committed
Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2.
1 parent 306e240 commit e06f0f9

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

Doc/api/api.tex

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)