K 10 svn:author V 6 fluffy K 8 svn:date V 27 2020-06-22T16:50:32.020346Z K 7 svn:log V 309 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 MFH: 2020Q2 END