mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Clarify sentence at end of Intermezzo section stating that PyMODINIT_FUNC will
be discussed later by saying it is the function return type of the sample code to make spotting it easier.
This commit is contained in:
parent
852f79993f
commit
555a96475d
1 changed files with 2 additions and 1 deletions
|
@ -243,7 +243,8 @@ discarded, causing \cdata{SpamError} to become a dangling pointer.
|
||||||
Should it become a dangling pointer, C code which raises the exception
|
Should it become a dangling pointer, C code which raises the exception
|
||||||
could cause a core dump or other unintended side effects.
|
could cause a core dump or other unintended side effects.
|
||||||
|
|
||||||
We discuss the use of PyMODINIT_FUNC later in this sample.
|
We discuss the use of PyMODINIT_FUNC as a function return type later in this
|
||||||
|
sample.
|
||||||
|
|
||||||
\section{Back to the Example
|
\section{Back to the Example
|
||||||
\label{backToExample}}
|
\label{backToExample}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue