asyncstdlib icon indicating copy to clipboard operation
asyncstdlib copied to clipboard

Fix async neutral type call type hints

Open maxfischer2781 opened this issue 3 months ago • 0 comments

This PR adjusts type hints for async neutral calls. Major changes include:

  • [x] Fix SupportsXYZ protocols to be less restrictive and not require named arguments
  • [x] Fix builtins type hints
  • [x] Fix reduce type hints

Closes #185.

maxfischer2781 avatar Dec 12 '25 18:12 maxfischer2781