<div dir="ltr">On Sat, Aug 31, 2013 at 1:16 PM, Stefan Behnel <span dir="ltr"><<a href="mailto:stefan_ml@behnel.de" target="_blank">stefan_ml@behnel.de</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nick Coghlan, <a href="tel:31.08.2013%2018" value="+13108201318">31.08.2013 18</a>:49:<br>
<div class="im">> This is actually my primary motivation for trying to improve the<br></div><div class="im">
> "can this be reloaded or not?" aspects of the loader API in PEP 451.<br>
<br>
</div>I assume you mean that the extension module would be able to clearly signal<br>
that it can't be reloaded, right? I agree that that's helpful. If you're<br>
wrapping a C library, then the way that library is implemented might simply<br>
force you to prevent any attempts at reloading the wrapper module. But if<br>
reloading is possible at all, it would be even more helpful if we could<br>
make it really easy to properly support it.<br></blockquote><div><br></div><div> When loader.exec_module() gets called, it should raise ImportError if the module does not support reloading.</div><div><br></div><div>-eric</div>
</div></div></div>