From owner-svn-ports-all@freebsd.org Fri Oct 16 01:41:23 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB33544C03E; Fri, 16 Oct 2020 01:41:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CC84z5SWjz4HBp; Fri, 16 Oct 2020 01:41:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1602812483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=kRNJe30AXsPBVXbD/7I2YtwBUSzEl2ix14UpucqsloM=; b=vR1rluJnpggtMeXDGq9NWjo0LethRa4RR8SqCUc9VsrGOGcN0gDytmcTTauaGbZmF7X3Bn RT20yRQ2F/GHEys6uogUaFMgk6lMWKPsUOjLYrOXAXIcTS5Stts72veUAsErkPKKuJCuqQ Txk8hxul8H41QbHuF730ROfByOnErt68s5pTk4HdeZGSrHHeBgg+1PWAjMgbDElQDft8iY tvGD6BSu9mfgARheG/Ve/jnfT/2jVRvUwvXQ57doL4z6G/osVLlceDPXFPNEeinpW2i/st DiT+thVlGwtmnxNEcfZvduPz/U2JYPGTAE6whVWTUxT8oaYTIqW1E/Y1grJhEg== Received: by freefall.freebsd.org (Postfix, from userid 1354) id A9F8FC94; Fri, 16 Oct 2020 01:41:23 +0000 (UTC) From: Jan Beich To: ports-committers@freebsd.org Cc: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r552487 - in head/devel/pygobject3-common: . files References: <202010160135.09G1ZKLO010784@repo.freebsd.org> Date: Fri, 16 Oct 2020 03:41:21 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1602812483; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=kRNJe30AXsPBVXbD/7I2YtwBUSzEl2ix14UpucqsloM=; b=czSHyphFMfJkd6+S4On0k/aJOxzuWXyDBehF9xzsSpkyjNe38Nj5sYVNLDLnraQKlZ9rBI Kqn82YwvOHrIXENp/dTI0wQUrzI7HqubG71Aj3RItrXsZlkZdAgau1B58NoZxqk0vXjwKs 7j5etRzslC8Y0jdKXHCRe+iZ5FwHknjIlxf+td67aJ0xlLWPSDgzLuhKQxSvGpS+8cZzqR UrHPSm/lwHltvaiakktMtRDkNglIlUv1HilbWDe8epknGtiYeKD9eYeDfzCFYXjTj5M3TM Fu6ZkKnmwfpJkHSXXaSqfzwXXhr12R7HqRjo5ZIEkpv9TpUJYOZ4E0/MX6XSpA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1602812483; a=rsa-sha256; cv=none; b=U5d8VPhIXPsHSsgN1OeMwLbuLmzkNU9nWRmqSOd7DtQGD3oVGCzv3WqDvUoE4N0A9VmMMz 0uDQIonZbE4kz3SE1aJbasLTLzLBcfVfWFtiZplY3r0U1hvcPvhb/3JTNmoNyt5wIoCtkP sYozW/xmpzJLGIbtYkkZMEfIxHrvqWI9mYYo1HX7IzzI++6yqbRY5emDgr0rX60MhpzFph TAkLTrT/GkKjd2gwVMKM53gQQDcGjzVijAT3710bvabelM38rkEGLfskYSIgwyYFELJxQf dq4SpqRsY5AeTEed18MQtfmkR/iRQ52Vh90chE1FLimnUpWiFDRo7I0ZKgtUqg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2020 01:41:23 -0000 Jan Beich writes: > Regressed by: https://github.com/python/cpython/commit/f9bab74d5b34 Oops, I was sloppy with finding the commit that changed tp_print. https://github.com/python/cpython/commit/530f506ac913 is more likely the culprit but including any in the commit message was a mistake, anyway.