I'm seeing the need to strip annotations from type hints after they've been fetched using
get_type_hints(..., include_extras=True)
. There's a convenient function,
typing._strip_annotations
, which does exactly that. Why not make it public?