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
bugfix: threading id means nothing for async, use loop id
- Asynchronous code making use of a threading ``id`` for the cache key
doesn't make as much sense as using a loop ``id``. Running the core
tests with ``pytest-xdist`` runners actually seems to have identified
a bug in this code that was previously well hidden. Replace the threading
id with loop id when generating unique cache keys in the http session
manager.
0 commit comments