Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2020 16:50:32 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539884 - in head/databases/py-mysqlclient: . files
Message-ID:  <202006221650.05MGoWAq070385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Jun 22 16:50:32 2020
New Revision: 539884
URL: https://svnweb.freebsd.org/changeset/ports/539884

Log:
  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>
  MFH:		2020Q2

Deleted:
  head/databases/py-mysqlclient/files/
Modified:
  head/databases/py-mysqlclient/Makefile

Modified: head/databases/py-mysqlclient/Makefile
==============================================================================
--- head/databases/py-mysqlclient/Makefile	Mon Jun 22 16:13:19 2020	(r539883)
+++ head/databases/py-mysqlclient/Makefile	Mon Jun 22 16:50:32 2020	(r539884)
@@ -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?202006221650.05MGoWAq070385>