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 Alexander.Belopolsky
Recipients Alexander.Belopolsky, benjamin.peterson, doko, eric.araujo, paulsmith, pitrou, r.david.murray, theller
Date 2010-04-19.14:47:22
SpamBayes Score 7.9825035e-14
Marked as misclassified No
Message-id <1271688444.23.0.809582780118.issue8154@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that the change is still present in 2.7a.  For what it's worth, I agree with David:

"""
Since it does trigger a crash on the windows equivalent API, the check should be conditional on platform.  And it should generate a py3k warning on other platforms.
"""

I am changing classification to "feature request" and adding "Windows" to the list of components because if I understand David correctly, the title of the issue is valid only on Windows platform.  (On other platforms os.execlp(path) may cause a crash of the program found at path, but not a crash of python interpreter itself.)  I also remove 2.6 from the list of versions since after r79190 no further action is contemplated for 2.6 branch.
History
Date User Action Args
2010-04-19 14:47:24Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, theller, doko, pitrou, paulsmith, benjamin.peterson, eric.araujo, r.david.murray
2010-04-19 14:47:24Alexander.Belopolskysetmessageid: <1271688444.23.0.809582780118.issue8154@psf.upfronthosting.co.za>
2010-04-19 14:47:22Alexander.Belopolskylinkissue8154 messages
2010-04-19 14:47:22Alexander.Belopolskycreate