]> git.ipfire.org Git - thirdparty/starlette.git/commit
Thread pool is no longer used for files in memory (#933)
author云中君 <me@abersheeran.com>
Wed, 6 May 2020 13:52:26 +0000 (21:52 +0800)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 13:52:26 +0000 (14:52 +0100)
commit97257515f8806b8cc519d9850ecadd783b3008f9
tree4d15bad38189c8c1cb470b99cce84312d37c09f2
parent152a05ac3ddba5456ee05fb81d0f2ea3eaf17c2b
Thread pool is no longer used for files in memory (#933)

* https://github.com/Tinche/aiofiles/issues/47
Thread pool is no longer used for files in memory

* fix tests

* fix import sorted

* little change
requirements.txt
starlette/datastructures.py
tests/test_datastructures.py