]> granicus.if.org Git - python/commit
Create a subfunction for PySys_SetArgvEx()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 6 Oct 2010 22:44:06 +0000 (22:44 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 6 Oct 2010 22:44:06 +0000 (22:44 +0000)
commitc08ec9fdbaeabb2cedf1245f857a310bdceea7cc
treefcc4656650c99a5bee260e69080b46013d797acf
parent7980eaa98d7a4448d3e0a6f336a0dd55f0346b8f
Create a subfunction for PySys_SetArgvEx()

Create sys_update_path() static function. Do nothing if argc==0.
Python/sysmodule.c