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 jdemeyer
Recipients Alan.Williams, Arfrever, christian.heimes, jdemeyer, robertwb, schmir
Date 2012-10-12.07:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350027174.76.0.571111526294.issue16202@psf.upfronthosting.co.za>
In-reply-to
Content
Robert: I don't think that running scripts in /tmp is inherently unsafe.  It is Python's sys.path handling which makes it unsafe.  That being said, I am not against distutils being "fixed" but I do think the root issue should be fixed.

And of course you're right about complicated permission checking and ACLs and what not.  But I think my patch does the Right Thing in 99% of the cases, in particular for /tmp.  I tried to err on the safe side.
History
Date User Action Args
2012-10-12 07:32:54jdemeyersetrecipients: + jdemeyer, christian.heimes, schmir, robertwb, Arfrever, Alan.Williams
2012-10-12 07:32:54jdemeyersetmessageid: <1350027174.76.0.571111526294.issue16202@psf.upfronthosting.co.za>
2012-10-12 07:32:54jdemeyerlinkissue16202 messages
2012-10-12 07:32:54jdemeyercreate