May 29, 2013
2:59 p.m.
On Thu, May 30, 2013 at 12:47 AM, Brett Cannon <brett@python.org> wrote:
I am willing to compromise to module_to_initialize, module_to_init, or module_to_load. Pick one. =)
I see this as *really* similar to a database transaction, and those start with "session.begin()". Could you tolerate "with begin_module_init(name) as m:"? We could even document the ability to check m.__initializing__ to see whether this is a reload() or not. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia