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 chris.jerdonek, gvanrossum, hynek, martin.panter, njs, vstinner, yselivanov
Date 2020-04-30.20:47:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588279660.62.0.845970230008.issue29587@roundup.psfhosted.org>
In-reply-to
Content
> bpo-29587: Enable implicit exception chaining with gen.throw() (GH-19811)
> https://github.com/python/cpython/commit/2514a632fb7d37be24c2059d0e286d35600f9795

Sorry, I had to revert this change since it broke like 41+ buildbots:
https://pythondev.readthedocs.io/ci.html#revert-on-fail

Almost all CIs passed on the PR (except of the Ubuntu job of Azure Pipelines). That's unusual. No idea why the bug occurs only on some platforms and why it wasn't seen before.

The revert is an opportunity to get more time to investigate the issue, without having the pressure to have to fix the CI "ASAP".
History
Date User Action Args
2020-04-30 20:47:40vstinnersetrecipients: + vstinner, gvanrossum, njs, chris.jerdonek, hynek, martin.panter, yselivanov
2020-04-30 20:47:40vstinnersetmessageid: <1588279660.62.0.845970230008.issue29587@roundup.psfhosted.org>
2020-04-30 20:47:40vstinnerlinkissue29587 messages
2020-04-30 20:47:39vstinnercreate