]> granicus.if.org Git - python/commit
execve(), spawnve(): add some extra sanity checking to env;
authorGuido van Rossum <guido@python.org>
Fri, 13 Dec 2002 18:36:22 +0000 (18:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Dec 2002 18:36:22 +0000 (18:36 +0000)
commit0847c5c6c758ebeda4695e26b4aecc48d940d74d
tree0e105c9f0c6a6df6fc4c49ce6afa1fa3ac545398
parent3bbc0eea1045657a054cf302ca98d1236eab058b
execve(), spawnve(): add some extra sanity checking to env;
PyMapping_Check() doesn't guarantee that PyMapping_Size() won't raise
an exception, nor that keys and values are lists.

Also folded some long lines and did a little whitespace normalization.

Probably a 2.2 backport candidate.
Modules/posixmodule.c