Message 202774 - Python tracker

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.

Content
Starting a review of #19492, I realized my original regexs didn't take comments into account.  Grepping "^\s+return\s*(#.*)?$" instead turned up a couple more skips, including some in test_tempfile that said "return  # ugh, can't use SkipTest", relics of the days before unittest.SkipTest.