import string
print(string.ascii_uppercase)
The above code runs without any issue but
simply importing causes an unhandled exception
$ lpython issue/main.py
ASR verify pass error: Module __main__ dependencies must contain string because a function present in it is getting called in __main__.
Internal Compiler Error: Unhandled exception