From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id ocV3Nnk/lF/LLAAA0tVLHw (envelope-from ) for ; Sat, 24 Oct 2020 14:51:37 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AOokMnk/lF/6eAAAB5/wlQ (envelope-from ) for ; Sat, 24 Oct 2020 14:51:37 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 7E939940111 for ; Sat, 24 Oct 2020 14:51:37 +0000 (UTC) Received: from localhost ([::1]:56752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWKtM-0007KO-FV for larch@yhetil.org; Sat, 24 Oct 2020 10:51:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39760) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWKsj-0007HP-HM for emacs-orgmode@gnu.org; Sat, 24 Oct 2020 10:50:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47634) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWKsh-0006g1-5Q; Sat, 24 Oct 2020 10:50:55 -0400 Received: from [2a01:e35:2fe1:f780:5497:18cd:5079:cbdf] (port=43832 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kWKsf-0004nH-NY; Sat, 24 Oct 2020 10:50:54 -0400 Received: by guerry (Postfix, from userid 1000) id EB0331A60E3E; Sat, 24 Oct 2020 16:50:51 +0200 (CEST) From: Bastien To: Jack Kamm Subject: Re: [PATCH] ob-python: Rename exec tmpfile handle to prevent conflict Organization: GNU References: <87pn5uzh2i.fsf@student.kit.edu> <875z7hwuc9.fsf@gmail.com> <87blgrn8l7.fsf@gnu.org> <87lffvn2fx.fsf@gmail.com> Date: Sat, 24 Oct 2020 16:50:51 +0200 In-Reply-To: <87lffvn2fx.fsf@gmail.com> (Jack Kamm's message of "Sat, 24 Oct 2020 07:06:26 -0700") Message-ID: <87o8kru184.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org, Adrian =?utf-8?Q?Kummerl=C3=A4nder?= Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.51 X-TUID: 8UjO8RfJYMA0 Hi Jack, Jack Kamm writes: > Thanks Bastien, the Woof! tool looks interesting. Thanks! I'm working on a small woof.el package to make it more useful for both maintainers (setting headers) and users (checking upcoming changes or help requests). > By the way, on seeing this thread again, I realized this patch > probably should have been applied to the maint branch. So I've cherry > picked it into there, and merged back into master. Thanks for this! -- Bastien