Wasn’t this exact thing discussed here a month or two ago? I though the conclusion was that the desire for this feature had to do with a desire to handle exceptions at basically the wrong scope. In other words, if you’re wanting a context manager to tell you when it suppresses a certain exception then you’re not using that context manager right (or the context manager needs to be redesigned if that is in your control).