mirror of
https://github.com/python/cpython.git
synced 2026-06-25 12:27:09 -04:00
f48f11cd79
exception in the execution of bar, ensure that foo.bar exists. (Previously, while sys.modules['foo.bar'] would exist, foo.bar would only be created upon successful execution of bar. This is inconvenient; some would say wrong. :-)