We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79c5dc commit 069030eCopy full SHA for 069030e
src/typing_extensions.py
@@ -198,7 +198,7 @@ def __getstate__(self):
198
raise TypeError(f"Cannot pickle {type(self).__name__!r} object")
199
200
201
-_marker = Sentinel("_marker")
+_marker = Sentinel("sentinel")
202
203
# The functions below are modified copies of typing internal helpers.
204
# They are needed by _ProtocolMeta and they provide support for PEP 646.
0 commit comments