Did not look in why the `__context__` is not set, but the following example is causing a failure in `test_code_module` (in 3.6). ```py try: ham except: eggs ```
Did not look in why the
__context__is not set, but the following example is causing a failure intest_code_module(in 3.6).