summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-06-30 18:30:25 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-06-30 18:30:25 -0400
commitc7d364b385e6c4605c50d0ee9264dfac0bc84dde (patch)
treea3c05f171be1987ee85df2dc450d6aea86ede495
parent3e37848f07a1d07421576aa826544af6b8bb3724 (diff)
downloadsqlalchemy-c7d364b385e6c4605c50d0ee9264dfac0bc84dde.tar.gz
- add "leaks memory" to documented issues w/ mysqlconnector,
references #4296 Change-Id: I5b663d3444d3732a83a32443c128faffe62f11d9
-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.