test_linecache from CPython 3.5 expects `__loader__` to be in the globals. ```py assert "__loader__" in globals() ```
test_linecache from CPython 3.5 expects
__loader__to be in the globals.