mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
Issue #25533: Merge frozen module docs from 3.5
This commit is contained in:
commit
4dd27f0adc
4 changed files with 15 additions and 13 deletions
|
@ -272,7 +272,7 @@ Importing Modules
|
|||
};
|
||||
|
||||
|
||||
.. c:var:: struct _frozen* PyImport_FrozenModules
|
||||
.. c:var:: const struct _frozen* PyImport_FrozenModules
|
||||
|
||||
This pointer is initialized to point to an array of :c:type:`struct _frozen`
|
||||
records, terminated by one whose members are all *NULL* or zero. When a frozen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue