Argument Clinic: fix bare "type" in annotations (#112915)
Bare "type" in annotations should be equivalent to "type[Any]"; see https://discuss.python.org/t/inconsistencies-between-type-and-type/37404 and python/mypy#16366. It's better to use "type[object]", which is safer and unambiguous.
J
Jelle Zijlstra committed
1f9cd3c1e5410e45ade4362713229fa445ea6962
Parent: 9d02d34
Committed by GitHub <noreply@github.com>
on 12/10/2023, 3:30:02 PM