mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Issue #18364: Stop using the ImportError._not_found hack.
The private attribute was leaking out of importlib and led to at least one person noticing it. Switch to another hack which won't leak outside of importlib and is nearly as robust.
This commit is contained in:
parent
e0a39de647
commit
0075110ab2
2 changed files with 3554 additions and 3559 deletions
7100
Python/importlib.h
7100
Python/importlib.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue