anthony sottile
anthony sottile
I'm looking to migrate a caller from utilizing `distlib.wheel` to instead use `packaging.utils.parse_wheel_filename` and my tests encountered an edge case which isn't handled by the `packaging` version here's the distlib...
minimal example: ```python import logging from unittest import mock class Boom: def __str__(self) -> str: raise ValueError('nope!') @mock.patch.object(logging, "raiseExceptions", False) def test_does_not_error(): logging.error(Boom()) ``` passes without: ```console $ pytest -qq...
added as "temporary" here: https://github.com/getsentry/sentry/pull/62812/files#r1446645726
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Open an issue from a previous code version where the code has changed around the error location (such as https://sentry.sentry.io/issues/5367399422/?project=1&referrer=github-pr-bot) 2....
metrics have shown this is not doing any fallbacks from legacy keys