Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-126499: test_ssl: Don't assume err.reason is a string
The skipping machinery called `getattr(err, "reason", "")` on an arbitrary exception. As intermittent Buildbot failures show, sometimes it's set to None. Convert it to string for this specific check.
- Loading branch information