New submission from Matthias Klose <d...@debian.org>:

calling os.execlp('true') with the wrong number of arguments (missing 2nd arg), 
the interpreter crashes. fixed in 3.x, this is a backport of the patch to 2.x

----------
components: Extension Modules
files: p.diff
keywords: patch
messages: 101162
nosy: doko
severity: normal
status: open
title: os.execlp('true') crashes the interpreter on 2.x
versions: Python 2.5, Python 2.6, Python 2.7
Added file: http://bugs.python.org/file16561/p.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8154>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to