summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/mysqlconnector.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/mysqlconnector.py')
-rw-r--r--lib/sqlalchemy/dialects/mysql/mysqlconnector.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/sqlalchemy/dialects/mysql/mysqlconnector.py b/lib/sqlalchemy/dialects/mysql/mysqlconnector.py
index f7b3bd670..1ead8aaf5 100644
--- a/lib/sqlalchemy/dialects/mysql/mysqlconnector.py
+++ b/lib/sqlalchemy/dialects/mysql/mysqlconnector.py
@@ -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.