Message202695
I think worrying about more API expansions to handle edge case/advanced reload scenarios is not worth it (or at least not in Python 3.4). And if we are shifting importlib.reload() back to looking for a new finder then we are only worrying about when people decide to directly call exec_module() manually and want some pre-condition way to verify that the reload would succeed w/o putting that logic into exec_module() itself.
All I'm seeing is a mole hill for some advanced users who should be able to deal with it on their own. |
|
Date |
User |
Action |
Args |
2013-11-12 15:34:53 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, larry, Arfrever, eric.snow, berker.peksag |
2013-11-12 15:34:53 | brett.cannon | set | messageid: <1384270493.63.0.688896401455.issue18864@psf.upfronthosting.co.za> |
2013-11-12 15:34:53 | brett.cannon | link | issue18864 messages |
2013-11-12 15:34:53 | brett.cannon | create | |
|