STINNER Victor added the comment:

> upgrading to 3.4.2 would fix it, but it didn't

Oh sorry, I missed the part where you wrote that you already tested Python 
3.4.2.

By the way, if you already compile your own Python: try to configure Python 
with ./configure --with-pydebug. It adds much more debug checks to check 
internal consistency.

> Is mysql totally unsuspected?

It looks like mysql-connector-python is written in pure Python. Are you using 
other external modules which are implemented in C?

--

Would it be possible to share your source code to try to reproduce the issue? 
You might send it to me privately if you prefer.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23187>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to