]> granicus.if.org Git - python/commit
posix_execve(): add missing argument for "et" format in PyArg_Parse()
authorGuido van Rossum <guido@python.org>
Wed, 16 Oct 2002 16:52:11 +0000 (16:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Oct 2002 16:52:11 +0000 (16:52 +0000)
commit1e700d24e9022a75922dd8d7a6fdb4bd522beedf
treeb246a10cc2c252bab52b7e00e9844cba5b97bfeb
parent2314a0470f0c8a78c30caa3f565b228e3968b716
posix_execve(): add missing argument for "et" format in PyArg_Parse()
call.  This caused mysterious crashes (hard to debug because it was
happening in a child process).
Modules/posixmodule.c