commit | f978facc0e81bed85c990612401a63954542aebc | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri May 21 17:25:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri May 21 17:25:34 2010 +0000 |
tree | 1b11f141fe8898f94959e2ff9a1e23f4c5b33a9c | |
parent | cc6a982de8b9030a04d85f69a29772bf6c3f442f [diff] |
Merged revisions 81398 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81398 | antoine.pitrou | 2010-05-21 19:12:38 +0200 (ven., 21 mai 2010) | 6 lines Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. ........