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 pitrou
Recipients georg.brandl, hynek, larry, neologix, pitrou, serhiy.storchaka
Date 2012-06-24.10:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340533892.94.0.288940177417.issue15159@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like this idea. Normally the system calls wrapped by the os module are fairly atomic. Here you're introducing the possibility for potentially nasty race conditions and exploits.
History
Date User Action Args
2012-06-24 10:31:33pitrousetrecipients: + pitrou, georg.brandl, larry, neologix, hynek, serhiy.storchaka
2012-06-24 10:31:32pitrousetmessageid: <1340533892.94.0.288940177417.issue15159@psf.upfronthosting.co.za>
2012-06-24 10:31:32pitroulinkissue15159 messages
2012-06-24 10:31:32pitroucreate