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 martin.panter
Recipients martin.panter, masamoto, python-dev
Date 2016-10-20.07:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476949443.16.0.146409067944.issue28480@psf.upfronthosting.co.za>
In-reply-to
Content
I also committed a similar but independent fix in Python 2.7 building Modules/_sqlite/connection.c, caused by revision 649937bb8f1c, and adjusted some tests to work when multithreading is disabled.

For the record, I also opened Issue 28482, Issue 28484 and Issue 28485 about other test suite failures identified when multithreading is disabled.
History
Date User Action Args
2016-10-20 07:44:03martin.pantersetrecipients: + martin.panter, python-dev, masamoto
2016-10-20 07:44:03martin.pantersetmessageid: <1476949443.16.0.146409067944.issue28480@psf.upfronthosting.co.za>
2016-10-20 07:44:03martin.panterlinkissue28480 messages
2016-10-20 07:44:03martin.pantercreate