Refactor importlib.__import__() and _gcd_import() to facilitate using
an __import__ implementation that takes care of basics in C and punts to importlib for more complicated code.
Showing
Please register or sign in to comment
an __import__ implementation that takes care of basics in C and punts to importlib for more complicated code.