mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -3792,7 +3792,7 @@ import_copyreg(void)
|
|||
/* Try to fetch cached copy of copyreg from sys.modules first in an
|
||||
attempt to avoid the import overhead. Previously this was implemented
|
||||
by storing a reference to the cached module in a static variable, but
|
||||
this broke when multiple embeded interpreters were in use (see issue
|
||||
this broke when multiple embedded interpreters were in use (see issue
|
||||
#17408 and #19088). */
|
||||
copyreg_module = PyDict_GetItemWithError(interp->modules, copyreg_str);
|
||||
if (copyreg_module != NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue