mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Typo repair.
This commit is contained in:
parent
ca94f55758
commit
7c9627b4de
1 changed files with 4 additions and 4 deletions
|
@ -558,10 +558,10 @@ PyImport_GetMagicTag(void)
|
|||
copy can be retrieved from there by calling
|
||||
_PyImport_FindExtension().
|
||||
|
||||
Modules which do support multiple multiple initialization set
|
||||
their m_size field to a non-negative number (indicating the size
|
||||
of the module-specific state). They are still recorded in the
|
||||
extensions dictionary, to avoid loading shared libraries twice.
|
||||
Modules which do support multiple initialization set their m_size
|
||||
field to a non-negative number (indicating the size of the
|
||||
module-specific state). They are still recorded in the extensions
|
||||
dictionary, to avoid loading shared libraries twice.
|
||||
*/
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue