File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2014,7 +2014,7 @@ \subsection{Plain Integer Objects}
20142014integers between \code {-1} and \code {100}, when you create an int in
20152015that range you actually just get back a reference to the existing
20162016object. So it should be possible to change the value of \code {1}. I
2017- suspect the behaviour of python in this case is undefined. :-)
2017+ suspect the behaviour of Python in this case is undefined. :-)
20182018\end {cfuncdesc }
20192019
20202020\begin {cfuncdesc }{long}{PyInt_AS_LONG}{PyIntObject *io}
Original file line number Diff line number Diff line change @@ -2014,7 +2014,7 @@ \subsection{Plain Integer Objects}
20142014integers between \code {-1} and \code {100}, when you create an int in
20152015that range you actually just get back a reference to the existing
20162016object. So it should be possible to change the value of \code {1}. I
2017- suspect the behaviour of python in this case is undefined. :-)
2017+ suspect the behaviour of Python in this case is undefined. :-)
20182018\end {cfuncdesc }
20192019
20202020\begin {cfuncdesc }{long}{PyInt_AS_LONG}{PyIntObject *io}
You can’t perform that action at this time.
0 commit comments