This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, karamanolev, vstinner, yselivanov
Date 2015-01-08.00:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420676325.55.0.869823166671.issue23187@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-01-08 00:18:45vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, karamanolev
2015-01-08 00:18:45vstinnersetmessageid: <1420676325.55.0.869823166671.issue23187@psf.upfronthosting.co.za>
2015-01-08 00:18:45vstinnerlinkissue23187 messages
2015-01-08 00:18:45vstinnercreate