]> granicus.if.org Git - python/commit
Issue #19437: Fix parse_envlist() of the posix/nt module, don't call
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Nov 2013 20:37:05 +0000 (21:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Nov 2013 20:37:05 +0000 (21:37 +0100)
commitb03142782c84c3ce6ba0a86a3af93c08b84f32e6
tree458973cf0a6584e84805d95adc44dca3bbfa01cf
parentb80b37868069fc5ff459f41565163c417fa3cf12
Issue #19437: Fix parse_envlist() of the posix/nt module, don't call
PyMapping_Values() with an exception set, exit immediatly on error.
Modules/posixmodule.c