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 pablogsal
Recipients andrei.avk, kj, pablogsal
Date 2021-09-20.18:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632162713.15.0.669344267563.issue45249@roundup.psfhosted.org>
In-reply-to
Content
Can you try a doctest that fails on something that is not a SyntaxError.

Something like:

>>> def foo(x):
...    return x + 42

>>> foo(None)
History
Date User Action Args
2021-09-20 18:31:53pablogsalsetrecipients: + pablogsal, kj, andrei.avk
2021-09-20 18:31:53pablogsalsetmessageid: <1632162713.15.0.669344267563.issue45249@roundup.psfhosted.org>
2021-09-20 18:31:53pablogsallinkissue45249 messages
2021-09-20 18:31:53pablogsalcreate