Serhiy Storchaka added the comment:

Sorry, actually the patch fixed two bugs. The one of them is a security issue, 
the other is much more severe. They look similar, are related to the same code 
(on Windows) and are tested with similar tests.

os.execve() was not vulnerable to the first issue, it suffered only from the 
less severe bug. It was fixed in the separate issue (see issue30746). I don't 
think that should be backported to 3.4.

----------

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

Reply via email to