From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francesco Magliocca Subject: bug#38313: Hexchat Python failure on exit Date: Thu, 21 Nov 2019 16:40:38 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000b7aa5f0597ddf53d" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:37156) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXpv6-0006YX-1X for bug-guix@gnu.org; Thu, 21 Nov 2019 12:07:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXpv5-0005rL-0J for bug-guix@gnu.org; Thu, 21 Nov 2019 12:07:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44428) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXpv4-0005r7-RM for bug-guix@gnu.org; Thu, 21 Nov 2019 12:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXpv4-0005EK-Jt for bug-guix@gnu.org; Thu, 21 Nov 2019 12:07:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33569) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXpVk-0001CQ-AW for bug-guix@gnu.org; Thu, 21 Nov 2019 11:40:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXpVj-0007BH-73 for bug-guix@gnu.org; Thu, 21 Nov 2019 11:40:52 -0500 Received: from mail-oi1-x235.google.com ([2607:f8b0:4864:20::235]:46614) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXpVj-0007AQ-2H for bug-guix@gnu.org; Thu, 21 Nov 2019 11:40:51 -0500 Received: by mail-oi1-x235.google.com with SMTP id n14so3716375oie.13 for ; Thu, 21 Nov 2019 08:40:50 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38313@debbugs.gnu.org --000000000000b7aa5f0597ddf53d Content-Type: text/plain; charset="UTF-8" When I want to quit hexchat, it doesn't end grecefully, but something regarding the Python embedded engine fails. This patch should solve the issue: https://src.fedoraproject.org/rpms/hexchat/blob/master/f/0001-Python-plugin-Call-EndInterpreter-when-deinit-ing-th.patch --000000000000b7aa5f0597ddf53d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
When I want to quit hexchat, it doesn't end grece= fully, but something regarding the Python embedded engine fails.
=
This patch should solve the issue:
--000000000000b7aa5f0597ddf53d-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#38313: Hexchat Python failure on exit Date: Thu, 21 Nov 2019 22:28:43 +0100 Message-ID: <20191121222843.767cd182@sybil.lepiller.eu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50285) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXu0g-0007jC-QG for bug-guix@gnu.org; Thu, 21 Nov 2019 16:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXu0f-0004JZ-LW for bug-guix@gnu.org; Thu, 21 Nov 2019 16:29:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXu0f-0004JJ-8L for bug-guix@gnu.org; Thu, 21 Nov 2019 16:29:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXu0f-0003Iz-4Q for bug-guix@gnu.org; Thu, 21 Nov 2019 16:29:05 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38313-done@debbugs.gnu.org Thanks, fixed in 8da527d5bc1a1c6c5718236d1870fe907f80dfc6 thanks for reporting! Le Thu, 21 Nov 2019 16:40:38 +0000, Francesco Magliocca a =C3=A9crit : > When I want to quit hexchat, it doesn't end grecefully, but something > regarding the Python embedded engine fails. >=20 > This patch should solve the issue: > https://src.fedoraproject.org/rpms/hexchat/blob/master/f/0001-Python-plug= in-Call-EndInterpreter-when-deinit-ing-th.patch