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

Skip to content

Commit e9c2ecf

Browse files
committed
Removed 'U' from the documentation for Py_BuildValue to bring it in line
with the elimination of 'U' in modsupport.c on 2000/04/28 (replaced with 'u' and 'u#' per fdrake's comments).
1 parent 5068c87 commit e9c2ecf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Doc/api/utilities.tex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,9 +827,6 @@ \section{Parsing arguments and building values
827827
\item[\samp{S} (object) {[PyObject *]}]
828828
Same as \samp{O}.
829829

830-
\item[\samp{U} (object) {[PyObject *]}]
831-
Same as \samp{O}.
832-
833830
\item[\samp{N} (object) {[PyObject *]}]
834831
Same as \samp{O}, except it doesn't increment the reference count
835832
on the object. Useful when the object is created by a call to an

0 commit comments

Comments
 (0)