You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Context.items/keys/values docstrings (return iterators, not lists)
_contextvars.Context.items(), .keys(), and .values() return iterator objects,
but their docstrings incorrectly claim they return lists.
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
0 commit comments