aboutsummaryrefslogtreecommitdiff
path: root/databases/py-mysqlclient/Makefile
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-06-23 17:26:07 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-06-23 17:26:07 +0000
commit119d50b142519f558192cb03ee95b836efd6b9b6 (patch)
tree0ac0e13f041ba99dee1aef5a881483507055c66a /databases/py-mysqlclient/Makefile
parent034e1ea32c363742ad4c5b1c0f82fe372424310c (diff)
downloadports-119d50b142519f558192cb03ee95b836efd6b9b6.tar.gz
ports-119d50b142519f558192cb03ee95b836efd6b9b6.zip
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)
Notes
Notes: svn path=/branches/2020Q2/; revision=539988
Diffstat (limited to 'databases/py-mysqlclient/Makefile')
-rw-r--r--databases/py-mysqlclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-mysqlclient/Makefile b/databases/py-mysqlclient/Makefile
index c5e26736fb89..306ed017e2b3 100644
--- a/databases/py-mysqlclient/Makefile
+++ b/databases/py-mysqlclient/Makefile
@@ -2,7 +2,7 @@
PORTNAME= mysqlclient
DISTVERSION= 1.4.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}