Now WebKitTools/Scripts/ensure-valid-python generates one more /tmp/XXXXXXXX file again and again on my linux machine. I propose the following change: -my $tempDirectory = File::Temp->tempdir("WebKitPythonXXXX"); +my $tempDirectory = File::Temp::tempdir("WebKitPythonXXXX", TMPDIR => 1, CLEANUP => 1);
Created attachment 60527 [details] Patch
Comment on attachment 60527 [details] Patch LGTM
I don't really know what this does.
Comment on attachment 60527 [details] Patch Clearing flags on attachment: 60527 Committed r62526: <http://trac.webkit.org/changeset/62526>
All reviewed patches have been landed. Closing bug.