mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
Issue #25533: Update documentation regarding the frozen modules table
* "ctypes" documentation was using Python 2 bytes-str equivalence. * PyImport_FrozenModules is a pointer to const as of Python 3.4
This commit is contained in:
parent
2dc1bbb659
commit
f47a400347
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