File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -718,10 +718,9 @@ \section{Format Strings for \cfunction{PyArg_ParseTuple()}
718
718
encoded data without embedded \NULL {} bytes.
719
719
720
720
The variant reads one C variable and stores into two C variables, the
721
- first one a pointer to an encoding name string (\var {encoding}), the
721
+ first one a pointer to an encoding name string (\var {encoding}), and the
722
722
second a pointer to a pointer to a character buffer (\var {**buffer},
723
- the buffer used for storing the encoded data) and the third one a
724
- pointer to an integer (\var {*buffer_length}, the buffer length).
723
+ the buffer used for storing the encoded data).
725
724
726
725
The encoding name must map to a registered codec. If set to \NULL {},
727
726
the default encoding is used.
@@ -2138,7 +2137,7 @@ \section{Linking Requirements
2138
2137
2139
2138
\begin {verbatim }
2140
2139
>>> import distutils.sysconfig
2141
- >>> distutils.sysconfig.LINKFORSHARED
2140
+ >>> distutils.sysconfig.get_config_var(' LINKFORSHARED')
2142
2141
'-Xlinker -export-dynamic'
2143
2142
\end {verbatim }
2144
2143
\refstmodindex {distutils.sysconfig}
You can’t perform that action at this time.
0 commit comments