Skip to content

Commit

Permalink
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Oct 18, 2023
1 parent d9246c7 commit 94495d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/importlib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Misc/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 94495d0

Please sign in to comment.