commit | 0847c5c6c758ebeda4695e26b4aecc48d940d74d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 13 18:36:22 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 13 18:36:22 2002 +0000 |
tree | 0e105c9f0c6a6df6fc4c49ce6afa1fa3ac545398 | |
parent | 3bbc0eea1045657a054cf302ca98d1236eab058b [diff] |
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.