asyncstdlib icon indicating copy to clipboard operation
asyncstdlib copied to clipboard

Feature parity with Python 3.13

Open maxfischer2781 opened this issue 1 year ago • 0 comments

This PR mirrors features implemented with Python 3.13. Major changes include:

  • added strict: bool parameter to batched to check consistent batch sizes (see https://github.com/python/cpython/issues/113202)
  • cached_property fakes the wrapped __module__ (see https://github.com/python/cpython/issues/107995)

maxfischer2781 avatar Oct 13 '24 20:10 maxfischer2781