mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
ContextVar.get() default has wrong type, it should mirror Mapping.get (#4726)
This commit is contained in:
@@ -23,6 +23,7 @@ collections.abc.AsyncGenerator.ag_frame
|
||||
collections.abc.AsyncGenerator.ag_running
|
||||
contextvars.Context.__init__
|
||||
contextvars.Context.get
|
||||
contextvars.ContextVar.get
|
||||
copy.PyStringMap
|
||||
ctypes.CDLL.__init__
|
||||
dataclasses.Field.__init__
|
||||
|
||||
Reference in New Issue
Block a user