From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#15647: 24.3.50; python.el does not clean up temp file Date: Sun, 20 Oct 2013 22:12:13 +0300 Message-ID: <83eh7flpte.fsf@gnu.org> References: <87eh7ih0pz.fsf@orion.kollektiv-hamburg.de> <5262BB9D.4050802@easy-emacs.de> <52638B84.6070409@easy-emacs.de> <83li1oklcu.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1382296394 26496 80.91.229.3 (20 Oct 2013 19:13:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2013 19:13:14 +0000 (UTC) Cc: 15647@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 20 21:13:17 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VXyRB-0005uT-3r for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Oct 2013 21:13:17 +0200 Original-Received: from localhost ([::1]:37226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXyRA-0004ji-G3 for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Oct 2013 15:13:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXyR2-0004jW-Ag for bug-gnu-emacs@gnu.org; Sun, 20 Oct 2013 15:13:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXyQx-0007ae-0z for bug-gnu-emacs@gnu.org; Sun, 20 Oct 2013 15:13:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXyQw-0007aY-Tt for bug-gnu-emacs@gnu.org; Sun, 20 Oct 2013 15:13:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VXyQw-0001XR-II for bug-gnu-emacs@gnu.org; Sun, 20 Oct 2013 15:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 20 Oct 2013 19:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15647 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 15647-submit@debbugs.gnu.org id=B15647.13822963375850 (code B ref 15647); Sun, 20 Oct 2013 19:13:02 +0000 Original-Received: (at 15647) by debbugs.gnu.org; 20 Oct 2013 19:12:17 +0000 Original-Received: from localhost ([127.0.0.1]:59411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXyQC-0001WI-Mt for submit@debbugs.gnu.org; Sun, 20 Oct 2013 15:12:17 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:38650) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXyQ9-0001W3-D1 for 15647@debbugs.gnu.org; Sun, 20 Oct 2013 15:12:15 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MUZ00H00EE9RK00@a-mtaout23.012.net.il> for 15647@debbugs.gnu.org; Sun, 20 Oct 2013 22:12:06 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUZ00H9CEO4OK60@a-mtaout23.012.net.il>; Sun, 20 Oct 2013 22:12:06 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79431 Archived-At: > From: Glenn Morris > Cc: Andreas Röhler , > 15647@debbugs.gnu.org > Date: Sun, 20 Oct 2013 14:27:46 -0400 > > Eli Zaretskii wrote: > > > In fact, in this case, even on Unix this proposal will cause trouble, > > because the command sent to Python might take time to execute on the > > Python side, and we might already have deleted the file when Python > > tries to open it. > > Whut? > It's python itself that deletes the file, as the last thing in the file. I was talking about Andreas's proposal, not about the patch. Sorry for being unclear.