Martin v. Löwis <mar...@v.loewis.de> added the comment:

I'm not so sure that it is desirable to make it compatible. It is ultimately 
virtualenv's "fault" to use the 2.7.3 library with a 2.7.2 binary. If we get 
this to "work", people will still not gain the hash randomization. IOW, they 
get the library update, but not the interpreter update fixing the security 
issue. They will then find that if they create a new virtualenv, their code may 
suddenly break because of the hash randomization.

Ideally, virtualenv would have arranged to incorporate an upgrade to the 
executable automatically. Given that it doesn't, the failure mode sounds ok to 
me.

----------
nosy: +loewis

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

Reply via email to