Date: Tue, 23 Jun 2020 17:26:07 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r539988 - in branches/2020Q2/databases/py-mysqlclient: . files Message-ID: <202006231726.05NHQ7bK085865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Tue Jun 23 17:26:07 2020 New Revision: 539988 URL: https://svnweb.freebsd.org/changeset/ports/539988 Log: MFH: r539884 databases/py-mysqlclient: revert gc threaded patch It caused python sigabort with a "GC object already tracked" message in singlethreaded app. This happens only with a fetchmany() on a streaming cursor, MySQLdb.cursors.SSCursor. PR: 246313 Reported by: Jeroen Pulles <jeroen.pulles@gmail.com> Approved by: ports-secteam (joneum) Deleted: branches/2020Q2/databases/py-mysqlclient/files/ Modified: branches/2020Q2/databases/py-mysqlclient/Makefile Directory Properties: branches/2020Q2/ (props changed) Modified: branches/2020Q2/databases/py-mysqlclient/Makefile ============================================================================== --- branches/2020Q2/databases/py-mysqlclient/Makefile Tue Jun 23 17:22:19 2020 (r539987) +++ branches/2020Q2/databases/py-mysqlclient/Makefile Tue Jun 23 17:26:07 2020 (r539988) @@ -2,7 +2,7 @@ PORTNAME= mysqlclient DISTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006231726.05NHQ7bK085865>