asyncstdlib
asyncstdlib copied to clipboard
Feature parity with Python 3.13
This PR mirrors features implemented with Python 3.13. Major changes include:
- added
strict: boolparameter tobatchedto check consistent batch sizes (see https://github.com/python/cpython/issues/113202) -
cached_propertyfakes the wrapped__module__(see https://github.com/python/cpython/issues/107995)