Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
diff --git a/Python/importlib.h b/Python/importlib.h
index 292308f..c88fc80 100644
--- a/Python/importlib.h
+++ b/Python/importlib.h
Binary files differ