]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add "leaks memory" to documented issues w/ mysqlconnector,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2018 22:30:25 +0000 (18:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jun 2018 22:30:25 +0000 (18:30 -0400)
references #4296

Change-Id: I5b663d3444d3732a83a32443c128faffe62f11d9

lib/sqlalchemy/dialects/mysql/mysqlconnector.py

index f7b3bd670ae92cb98e99de79c8225851c29e9c74..1ead8aaf50a819dbdb4955906efb63e9173fa141 100644 (file)
@@ -25,6 +25,9 @@ if possible; as of June 27, 2018:
   or text with no discernible pattern, so the dialect must test these
   individually and attempt to decode
 
+* has been observed to leak interpreter memory (likely at the C code level)
+  under scenarios that do not leak memory when using mysqlclient
+
 * Under Python 2, the driver does not support SQL statements that contain
   non-ascii characters within the SQL text, making it impossible to support
   schema objects with non-ascii names; an ascii encoding error is raised.