gh-122555: Remove removed functions from Doc/data/refcounts.dat (#122556)

This commit is contained in:
Bénédikt Tran 2024-08-01 12:26:09 +02:00 committed by GitHub
parent 58ffc4cf4a
commit 88030861e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 11 deletions

View file

@ -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")