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 felixxm
Recipients asvetlov, carltongibson, felixxm, yselivanov
Date 2020-05-20.08:08:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589962083.82.0.703924093729.issue40696@roundup.psfhosted.org>
In-reply-to
Content
We noticed a behavior change in Python3.9.0b1 (it works properly in Python3.9.0a6). One of our tests `handlers.tests.AsyncHandlerRequestTests.test_suspiciousop_in_view_returns_400`[1] hangs on `await`. `/suspicious/` is a view that raises a custom exception `SuspiciousOperation`.

[1] https://github.com/django/django/blob/8328811f048fed0dd22573224def8c65410c9f2e/tests/handlers/tests.py#L258-L260
History
Date User Action Args
2020-05-20 08:08:04felixxmsetrecipients: + felixxm, asvetlov, yselivanov, carltongibson
2020-05-20 08:08:03felixxmsetmessageid: <1589962083.82.0.703924093729.issue40696@roundup.psfhosted.org>
2020-05-20 08:08:03felixxmlinkissue40696 messages
2020-05-20 08:08:03felixxmcreate