mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-122555: Remove removed functions from Doc/data/refcounts.dat
(#122556)
This commit is contained in:
parent
58ffc4cf4a
commit
88030861e2
2 changed files with 0 additions and 11 deletions
|
@ -1241,7 +1241,6 @@ def _find_spec(name, path, target=None):
|
|||
"""Find a module's spec."""
|
||||
meta_path = sys.meta_path
|
||||
if meta_path is None:
|
||||
# PyImport_Cleanup() is running or has been called.
|
||||
raise ImportError("sys.meta_path is None, Python is likely "
|
||||
"shutting down")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue