mirror of
https://github.com/python/cpython.git
synced 2024-11-24 00:38:00 +01:00
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
This commit is contained in:
parent
d9246c7b73
commit
94495d0387
@ -135,7 +135,7 @@ class _incompatible_extension_module_restrictions:
|
||||
may not be imported in a subinterpreter. That implies modules
|
||||
that do not implement multi-phase init or that explicitly of out.
|
||||
|
||||
Likewise for modules import in a subinterpeter with its own GIL
|
||||
Likewise for modules import in a subinterpreter with its own GIL
|
||||
when the extension does not support a per-interpreter GIL. This
|
||||
implies the module does not have a Py_mod_multiple_interpreters slot
|
||||
set to Py_MOD_PER_INTERPRETER_GIL_SUPPORTED.
|
||||
|
@ -16169,7 +16169,7 @@ Core and Builtins
|
||||
codec subsystem, for example UTF-8 is turned into utf-8.
|
||||
|
||||
- Issue #4200: Changed the atexit module to store its state in its
|
||||
PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters.
|
||||
PyModuleDef atexitmodule. This fixes a bug with multiple subinterpreters.
|
||||
|
||||
- Issue #4237: io.FileIO() was raising invalid warnings caused by
|
||||
insufficient initialization of PyFileIOObject struct members.
|
||||
|
Loading…
Reference in New Issue
Block a user