]> granicus.if.org Git - python/commit
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 May 2010 17:12:38 +0000 (17:12 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 21 May 2010 17:12:38 +0000 (17:12 +0000)
commit6a2656094d1806abc5229758246865bcbaa34c5e
tree787da764ae5b179c79182e62976314c6bfb8c9d4
parenta85bd06a82276863382b825de82aaa89760b0fa1
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>`_.
Doc/c-api/init.rst
Include/sysmodule.h
Misc/NEWS
Python/sysmodule.c