From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Rg+HHRjLyl5daAAA0tVLHw (envelope-from ) for ; Sun, 24 May 2020 19:29:28 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8P1IGRjLyl5EZwAA1q6Kng (envelope-from ) for ; Sun, 24 May 2020 19:29:28 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D863A940BD0 for ; Sun, 24 May 2020 19:29:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C82A26DE0A89; Sun, 24 May 2020 12:29:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wElwg0j8vLDa; Sun, 24 May 2020 12:29:24 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id B09AA6DE0B36; Sun, 24 May 2020 12:29:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id ECB876DE0B36 for ; Sun, 24 May 2020 12:29:22 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3RHPsQ0y0dzU for ; Sun, 24 May 2020 12:29:19 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 519336DE0A89 for ; Sun, 24 May 2020 12:29:19 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jcwJB-0005cp-B5; Sun, 24 May 2020 15:29:17 -0400 Received: (nullmailer pid 2479291 invoked by uid 1000); Sun, 24 May 2020 19:29:15 -0000 From: David Bremner To: Ralph Seichter , notmuch@notmuchmail.org Subject: Re: Python 3.x bindings support which versions, exactly? In-Reply-To: <874ks5kvwu.fsf@wedjat.horus-it.com> References: <874ks5kvwu.fsf@wedjat.horus-it.com> Date: Sun, 24 May 2020 16:29:15 -0300 Message-ID: <871rn95dys.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.01 X-TUID: DBKE8sf31OVM Ralph Seichter writes: > Hello, > > having examined the source code, I assume that Notmuch's Python bindings > should support Python 3.x for any given 'x'. However, reading the Travis > logs at https://travis-ci.org/notmuch/notmuch and .travis.yml, the CI > tests apparently run on Ubuntu 18.04 and use only Python 3.6. > > While I hope there won't be any problems with Python 3.7, 3.8 and 3.9, > I wanted to ask here first if anybody has tested this yet? the old (modulename = notmuch) bindings actually do have memory management issues with python > 3.6 (maybe also with 3.6). The new bindings (modulename= notmuch2) should work with any python recent 3.x. They still have a few rough edges afaiu, but definitely new projects should target the new bindings. d