anatoly techtonik <techto...@gmail.com> added the comment:

Reopening as I believe the issue is hijacked. Virtualenv is just an example and 
the fix is discussed on its mailing list.

This issue is about that Python interpreter is not self-contained, not 
portable, i.e. split into python.exe and pythonXX.dll The only reason for this 
split is to allow other programs use dynamic linking to load interpreter from 
.dll Such programs even though they are using pythonXX.dll from different .exe 
file do not crash. python.exe should not crash also. Moreover - as an open 
source project - it should serve as an example of proper linking to Python.

It is not covered by PEP 397, because PEP is about launcher that chooses among 
multiple Python versions and this request about command line launcher for 
specific Python interpreter. But PEP 397 still can benefit from the research on 
this feature request - like explaining linking mechanism for developers.

----------
resolution: invalid -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12097>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to