### Summary ```py foo = sentinel('bar') # no error ``` [Playground](https://play.ty.dev/8c671044-7948-499f-9fd3-28d42766964c) see https://peps.python.org/pep-0661/#typing > If the name passed to `sentinel()` does not match the name the object is assigned to, type checkers should emit an error. ### Version 986ea67d6
Summary
Playground
see https://peps.python.org/pep-0661/#typing
Version
986ea67d6