[issue34011] Default preference not given to venv DLL's

Vinay Sajip report at bugs.python.org
Tue Jul 3 01:20:46 EDT 2018


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

The code that does the copy is the original PEP 405 implementation code (from 26 May 2012). I'm fairly sure that these files were copied over only because (at least prior to the Python 3.3 release in September 2012) they were needed to be in the venv for the venv to work correctly. Python internals may have changed subsequently, making these copies unnecessary.

I can't easily recreate a Python 3.3.0 on Windows to confirm this, but I'm pretty sure I only coded it to copy over what was actually needed at the time.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34011>
_______________________________________


More information about the Python-bugs-list mailing list