<div dir="ltr">But I think dll/pyd files from extension modules present more of a challenge, since they're left open. I recall some issues around this with conda (e.g. <a href="https://github.com/conda/conda-build/pull/520">https://github.com/conda/conda-build/pull/520</a>)<div><br></div><div>-Robert</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 15, 2015 at 12:31 PM, Paul Moore <span dir="ltr"><<a href="mailto:p.f.moore@gmail.com" target="_blank">p.f.moore@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 15 November 2015 at 20:25, Chris Barker - NOAA Federal<br>
<span class=""><<a href="mailto:chris.barker@noaa.gov">chris.barker@noaa.gov</a>> wrote:<br>
> Though I suspect that Window's aggressive file locking will put the kibosh<br>
> on in-place upgrades :)<br>
<br>
</span>Generally, no. Python loads pyc files with a single read, it doesn't<br>
leave the files open. The only locking issues are when you try to<br>
upgrade a wrapper exe while it's in use. That might affect you if you<br>
try to upgrade IPython from within IPython, but otherwise it's<br>
probably fine.<br>
<span class="HOEnZb"><font color="#888888"><br>
Paul<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Distutils-SIG maillist  -  <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/distutils-sig" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/distutils-sig</a><br>
</div></div></blockquote></div><br></div>