mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
struct _frozen:
Use spaces instead of tabs to indent structure definition; tabs don't work in tex/latex. PyImport_FrozenModules: struct _freeze ==> struct _frozen
This commit is contained in:
parent
3b31cd2fe7
commit
36fbe76a45
2 changed files with 8 additions and 8 deletions
|
@ -1069,7 +1069,7 @@ struct _frozen {
|
|||
|
||||
\begin{cvardesc}{struct _frozen *}{PyImport_FrozenModules}
|
||||
This pointer is initialized to point to an array of \code{struct
|
||||
_freeze} records, terminated by one whose members are all \code{NULL}
|
||||
_frozen} records, terminated by one whose members are all \code{NULL}
|
||||
or zero. When a frozen module is imported, it is searched in this
|
||||
table. Third party code could play tricks with this to provide a
|
||||
dynamically created collection of frozen modules.
|
||||
|
|
|
@ -1069,7 +1069,7 @@ struct _frozen {
|
|||
|
||||
\begin{cvardesc}{struct _frozen *}{PyImport_FrozenModules}
|
||||
This pointer is initialized to point to an array of \code{struct
|
||||
_freeze} records, terminated by one whose members are all \code{NULL}
|
||||
_frozen} records, terminated by one whose members are all \code{NULL}
|
||||
or zero. When a frozen module is imported, it is searched in this
|
||||
table. Third party code could play tricks with this to provide a
|
||||
dynamically created collection of frozen modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue