This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Alexander.Belopolsky, benjamin.peterson, doko, r.david.murray, theller
Date 2010-03-17.00:34:44
SpamBayes Score 0.0002597218
Marked as misclassified No
Message-id <1268786086.5.0.901368840427.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
It does not crash on Gentoo, either:

rdmurray@maestro:~>uname -a
Linux maestro 2.6.31-gentoo-r3 #1 SMP PREEMPT Thu Oct 22 20:13:19 EDT 2009 i686 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux

rdmurray@maestro:~/python/release26-maint>./python
Python 2.6.5rc2 (release26-maint:79008, Mar 16 2010, 20:29:24) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
[36856 refs]
>>> os.execlp('false')
rdmurray@maestro:~/python/release26-maint>echo $?
1
History
Date User Action Args
2010-03-17 00:34:46r.david.murraysetrecipients: + r.david.murray, theller, doko, benjamin.peterson, Alexander.Belopolsky
2010-03-17 00:34:46r.david.murraysetmessageid: <1268786086.5.0.901368840427.issue8154@psf.upfronthosting.co.za>
2010-03-17 00:34:44r.david.murraylinkissue8154 messages
2010-03-17 00:34:44r.david.murraycreate