[Distutils] Announcement: TLSv1.2 will become mandatory in the future

Nick Coghlan ncoghlan at gmail.com
Thu Jan 12 01:10:11 EST 2017


On 12 January 2017 at 14:12, Glyph Lefkowitz <glyph at twistedmatrix.com> wrote:
> It's possible for Pip to notice that it wants to replace a particular file;
> you can "unlock" it by moving it aside.
>
> https://serverfault.com/a/503769

Very interesting, especially as the way CPython loads extension
modules means that the renaming trick should be safe (even if you
"reload" an extension module, or delete it from sys.modules and import
it again, CPython doesn't reload the underlying DLL).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Distutils-SIG mailing list