svn commit: r539988 - in branches/2020Q2/databases/py-mysqlclient: . files
Dima Panov
fluffy at FreeBSD.org
Tue Jun 23 17:26:07 UTC 2020
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 at 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}
More information about the svn-ports-all
mailing list