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
bulk_inference: ensure results are returned in correct order
The `ThreadPoolProcessor.map` method does not guarantee that results are
returned in the correct order. This PR sorts the results correctly.
This behavior was evident only on pypy builds, but the API contract
of not guaranteeing in-order results is present on both cPython and
Pypy.
0 commit comments