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 asvetlov, vstinner, yselivanov
Date 2018-01-23.22:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
test_asyncio started to crash at build 491:

http://buildbot.python.org/all/#/builders/58/builds/491

This build contains the commit f23746a934177c48eff754411aba54c31d6be2f0: "bpo-32436: Implement PEP 567". I'm not 100% sure that it's the cause of the regression. Since test_context added by this commit also crash, it really smells this the cause of the regression.
History
Date User Action Args
2018-01-23 22:11:40vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-01-23 22:11:40vstinnersetmessageid: <[email protected]>
2018-01-23 22:11:40vstinnerlinkissue32641 messages
2018-01-23 22:11:40vstinnercreate